View Source
Kayrock.SaslHandshake.V0.Response
(kayrock v0.2.0)
Kayrock-generated response struct for Kafka sasl_handshake
v0 API
messages
The schema of this API is
[error_code: :int16, enabled_mechanisms: {:array, :string}]
Summary
Response struct for the Kafka sasl_handshake
API v0
Returns the Kafka API key for this API
Returns the API version (0) implemented by this module
Deserialize data for this version of this API
Returns the schema of this message
Types
@type t() :: %Kayrock.SaslHandshake.V0.Response{
correlation_id: integer(),
enabled_mechanisms: [nil | binary()],
error_code: nil | integer()
}
Response struct for the Kafka sasl_handshake
API v0
Functions
Returns the Kafka API key for this API
Returns the API version (0) implemented by this module
Deserialize data for this version of this API
Returns the schema of this message
See above.