Skip to main content

Module server

Module server 

Source
Expand description

Agent server implementation for Protocol v2.

The v2 server supports bidirectional streaming with automatic fallback to v1 request/response mode for backward compatibility.

Structs§

GrpcAgentHandlerV2
Internal handler that implements the gRPC AgentServiceV2 trait.
GrpcAgentServerV2
v2 gRPC agent server.

Enums§

DrainReason
Drain reason from proxy.
ShutdownReason
Shutdown reason from proxy.

Traits§

AgentHandlerV2
v2 agent handler trait.