Package | Description |
---|---|
io.axoniq.axonserver.grpc.command |
Modifier and Type | Method and Description |
---|---|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clear() |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearAck()
Acknowledgement of previously sent instruction via inbound stream
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearCommandResponse()
Sends a result of Command processing
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearInstructionId()
Instruction identifier.
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearRequest() |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearSubscribe()
Instruction to subscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clearUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.clone() |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeCommandResponse(CommandResponse value)
Sends a result of Command processing
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeFlowControl(FlowControl value)
Instruction to increase the number of instructions AxonServer may send to this component
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeFrom(CommandProviderOutbound other) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeFrom(com.google.protobuf.Message other) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeSubscribe(CommandSubscription value)
Instruction to subscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeUnsubscribe(CommandSubscription value)
Instruction to unsubscribe this component as handler of a specific type of command
|
static CommandProviderOutbound.Builder |
CommandProviderOutbound.newBuilder() |
static CommandProviderOutbound.Builder |
CommandProviderOutbound.newBuilder(CommandProviderOutbound prototype) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.newBuilderForType() |
protected CommandProviderOutbound.Builder |
CommandProviderOutbound.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via inbound stream
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setCommandResponse(CommandResponse.Builder builderForValue)
Sends a result of Command processing
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setCommandResponse(CommandResponse value)
Sends a result of Command processing
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setFlowControl(FlowControl.Builder builderForValue)
Instruction to increase the number of instructions AxonServer may send to this component
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setFlowControl(FlowControl value)
Instruction to increase the number of instructions AxonServer may send to this component
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setInstructionId(String value)
Instruction identifier.
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setInstructionIdBytes(com.google.protobuf.ByteString value)
Instruction identifier.
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setSubscribe(CommandSubscription.Builder builderForValue)
Instruction to subscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setSubscribe(CommandSubscription value)
Instruction to subscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setUnsubscribe(CommandSubscription.Builder builderForValue)
Instruction to unsubscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setUnsubscribe(CommandSubscription value)
Instruction to unsubscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.toBuilder() |
Copyright © 2010–2020. All rights reserved.