Kayrock.ApiVersions (kayrock v0.1.12) View Source
Kayrock-generated module for the Kafka api_versions
API
Link to this section Summary
Types
Union type for all request structs for this API
Union type for all response structs for this API
Functions
Deserializes raw wire data for this API with the given version
Returns a request struct for this API with the given version
Returns the maximum version of this API supported by Kayrock (1)
Returns the minimum version of this API supported by Kayrock (0)
Link to this section Types
Specs
request_t() :: Kayrock.ApiVersions.V1.Request.t() | Kayrock.ApiVersions.V0.Request.t()
Union type for all request structs for this API
Specs
response_t() :: Kayrock.ApiVersions.V1.Response.t() | Kayrock.ApiVersions.V0.Response.t()
Union type for all response structs for this API
Link to this section Functions
Specs
deserialize(integer(), binary()) :: {response_t(), binary()}
Deserializes raw wire data for this API with the given version
Specs
Returns a request struct for this API with the given version
Specs
max_vsn() :: integer()
Returns the maximum version of this API supported by Kayrock (1)
Specs
min_vsn() :: integer()
Returns the minimum version of this API supported by Kayrock (0)