package io.axoniq.axonserver.grpc.command

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service CommandService

command.proto:7

The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.

message Command

command.proto:61

A message representing a Command that needs to be routed to a component capable of handling it

Used as request type in: CommandService.Dispatch

Used as field type in: CommandProviderInbound

message CommandResponse

command.proto:89

Message representing the result of Command Handler execution

Used as response type in: CommandService.Dispatch

Used as field type in: CommandProviderOutbound

message CommandSubscription

command.proto:114

Message describing a component's capability of handling a command type

Used in: CommandProviderOutbound