# Functions
NewConsumerClient constructs a client for the core.message_broker.actors.v1.Consumer service.
NewConsumerHandler builds an HTTP handler from the service implementation.
NewProducerClient constructs a client for the core.message_broker.actors.v1.Producer service.
NewProducerHandler builds an HTTP handler from the service implementation.
# Constants
ConsumerConsumeProcedure is the fully-qualified name of the Consumer's Consume RPC.
ConsumerName is the fully-qualified name of the Consumer service.
ProducerName is the fully-qualified name of the Producer service.
ProducerProduceProcedure is the fully-qualified name of the Producer's Produce RPC.
# Structs
UnimplementedConsumerHandler returns CodeUnimplemented from all methods.
UnimplementedProducerHandler returns CodeUnimplemented from all methods.
# Interfaces
ConsumerClient is a client for the core.message_broker.actors.v1.Consumer service.
ConsumerHandler is an implementation of the core.message_broker.actors.v1.Consumer service.
ProducerClient is a client for the core.message_broker.actors.v1.Producer service.
ProducerHandler is an implementation of the core.message_broker.actors.v1.Producer service.