public interface CommandProviderOutboundOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAckOrBuilder |
getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
|
CommandResponse |
getCommandResponse()
Sends a result of Command processing
|
CommandResponseOrBuilder |
getCommandResponseOrBuilder()
Sends a result of Command processing
|
FlowControl |
getFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
|
FlowControlOrBuilder |
getFlowControlOrBuilder()
Instruction to increase the number of instructions AxonServer may send to this component
|
String |
getInstructionId()
Instruction identifier.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
Instruction identifier.
|
CommandProviderOutbound.RequestCase |
getRequestCase() |
CommandSubscription |
getSubscribe()
Instruction to subscribe this component as handler of a specific type of command
|
CommandSubscriptionOrBuilder |
getSubscribeOrBuilder()
Instruction to subscribe this component as handler of a specific type of command
|
CommandSubscription |
getUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
|
CommandSubscriptionOrBuilder |
getUnsubscribeOrBuilder()
Instruction to unsubscribe this component as handler of a specific type of command
|
boolean |
hasAck()
Acknowledgement of previously sent instruction via inbound stream
|
boolean |
hasCommandResponse()
Sends a result of Command processing
|
boolean |
hasFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
|
boolean |
hasSubscribe()
Instruction to subscribe this component as handler of a specific type of command
|
boolean |
hasUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubscribe()
Instruction to subscribe this component as handler of a specific type of command
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1;CommandSubscription getSubscribe()
Instruction to subscribe this component as handler of a specific type of command
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1;CommandSubscriptionOrBuilder getSubscribeOrBuilder()
Instruction to subscribe this component as handler of a specific type of command
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1;boolean hasUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2;CommandSubscription getUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2;CommandSubscriptionOrBuilder getUnsubscribeOrBuilder()
Instruction to unsubscribe this component as handler of a specific type of command
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2;boolean hasFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;FlowControl getFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;FlowControlOrBuilder getFlowControlOrBuilder()
Instruction to increase the number of instructions AxonServer may send to this component
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;boolean hasCommandResponse()
Sends a result of Command processing
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4;CommandResponse getCommandResponse()
Sends a result of Command processing
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4;CommandResponseOrBuilder getCommandResponseOrBuilder()
Sends a result of Command processing
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4;boolean hasAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 5;InstructionAck getAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 5;InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 5;String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 6;com.google.protobuf.ByteString getInstructionIdBytes()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 6;CommandProviderOutbound.RequestCase getRequestCase()
Copyright © 2010–2020. All rights reserved.