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
@type t() :: %InfluxElixir.Flight.Proto.HandshakeResponse{ __unknown_fields__: [Protobuf.unknown_field()], payload: binary(), protocol_version: non_neg_integer() }