Skip to main content

Module v1

Module v1 

Source
Expand description

Generated v1 broker protocol types.

Modules§

hello_reply
Nested message and enum types in HelloReply.

Structs§

AdminReply
AdminRequest
CacheManifest
CacheRoot
CleanupPolicy
DaemonProcess
Endpoint
Frame
Every control-plane frame on a broker connection.
HandoffAck
Backend -> broker acknowledgement of a HandoffOffer. Rides Frame.payload with kind = FRAME_KIND_RESPONSE and payload_protocol = 0xD0FF on the same control connection.
HandoffOffer
Broker -> backend offer to adopt a handed-off client connection (#354 slice 6). Rides Frame.payload with kind = FRAME_KIND_REQUEST and payload_protocol = 0xD0FF (HANDOFF_PAYLOAD_PROTOCOL in code) on the broker<->backend control connection, mirroring how Hello (0x00), admin verbs (0xAD01), and endpoint probes (0xB232) ride the envelope.
Hello
Required first message on every new connection to a broker pipe.
HelloReply
HostIdentity
LifecycleEvent
ManifestRef
Negotiated
ObservabilityInfo
Operation
Ownership
Quota
Refused
ServiceDefinition
TeardownHook

Enums§

AdminReplyKind
AdminVerb
BrokerIsolation
CacheRootKind
ErrorCode
EventKind
FrameKind
OperationKind
PayloadEncoding
StorageDisposition
TeardownKind