InfluxElixir.Flight.Proto.HandshakeResponse (InfluxElixir v0.1.14)

Copy Markdown View Source

Server response in the Handshake RPC.

Carries the negotiated protocol_version and an optional payload (e.g., a session token returned by the server).

Summary

Types

t()

@type t() :: %InfluxElixir.Flight.Proto.HandshakeResponse{
  __unknown_fields__: [Protobuf.unknown_field()],
  payload: binary(),
  protocol_version: non_neg_integer()
}