Kayrock.CreateDelegationToken (kayrock v1.0.1)

Copy Markdown View Source

Kayrock-generated module for the Kafka create_delegation_token API

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 (2)

Returns the minimum version of this API supported by Kayrock (0)

Types

request_t()

Union type for all request structs for this API

response_t()

Union type for all response structs for this API

Functions

deserialize(int, data)

@spec deserialize(integer(), binary()) :: {response_t(), binary()}

Deserializes raw wire data for this API with the given version

get_request_struct(int)

@spec get_request_struct(integer()) :: request_t()

Returns a request struct for this API with the given version

max_vsn()

@spec max_vsn() :: integer()

Returns the maximum version of this API supported by Kayrock (2)

min_vsn()

@spec min_vsn() :: integer()

Returns the minimum version of this API supported by Kayrock (0)