Package | Description |
---|---|
io.axoniq.axonserver.grpc.command |
Modifier and Type | Method and Description |
---|---|
Command.Builder |
Command.Builder.addAllProcessingInstructions(Iterable<? extends ProcessingInstruction> values)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.addProcessingInstructions(int index,
ProcessingInstruction.Builder builderForValue)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.addProcessingInstructions(int index,
ProcessingInstruction value)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.addProcessingInstructions(ProcessingInstruction.Builder builderForValue)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.addProcessingInstructions(ProcessingInstruction value)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Command.Builder |
Command.Builder.clear() |
Command.Builder |
Command.Builder.clearClientId()
The unique identifier of the component dispatching this message
|
Command.Builder |
Command.Builder.clearComponentName()
The name/type of the component dispatching this message
|
Command.Builder |
Command.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Command.Builder |
Command.Builder.clearMessageIdentifier()
The unique identifier of the Command Message
|
Command.Builder |
Command.Builder.clearMetaData() |
Command.Builder |
Command.Builder.clearName()
The name of the command, used for routing it to a destination capable of handling it
|
Command.Builder |
Command.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Command.Builder |
Command.Builder.clearPayload()
The payload of the Command, providing details on the instructions for the recipient
|
Command.Builder |
Command.Builder.clearProcessingInstructions()
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.clearTimestamp()
The time at which the command was dispatched
|
Command.Builder |
Command.Builder.clone() |
Command.Builder |
CommandProviderInbound.Builder.getCommandBuilder()
A command for this component to process
|
Command.Builder |
Command.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Command.Builder |
Command.Builder.mergeFrom(Command other) |
Command.Builder |
Command.Builder.mergeFrom(com.google.protobuf.Message other) |
Command.Builder |
Command.Builder.mergePayload(SerializedObject value)
The payload of the Command, providing details on the instructions for the recipient
|
Command.Builder |
Command.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Command.Builder |
Command.newBuilder() |
static Command.Builder |
Command.newBuilder(Command prototype) |
Command.Builder |
Command.newBuilderForType() |
protected Command.Builder |
Command.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Command.Builder |
Command.Builder.putAllMetaData(Map<String,MetaDataValue> values)
Meta Data entries of the Command Message, providing contextual information to the recipient
|
Command.Builder |
Command.Builder.putMetaData(String key,
MetaDataValue value)
Meta Data entries of the Command Message, providing contextual information to the recipient
|
Command.Builder |
Command.Builder.removeMetaData(String key)
Meta Data entries of the Command Message, providing contextual information to the recipient
|
Command.Builder |
Command.Builder.removeProcessingInstructions(int index)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.setClientId(String value)
The unique identifier of the component dispatching this message
|
Command.Builder |
Command.Builder.setClientIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the component dispatching this message
|
Command.Builder |
Command.Builder.setComponentName(String value)
The name/type of the component dispatching this message
|
Command.Builder |
Command.Builder.setComponentNameBytes(com.google.protobuf.ByteString value)
The name/type of the component dispatching this message
|
Command.Builder |
Command.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Command.Builder |
Command.Builder.setMessageIdentifier(String value)
The unique identifier of the Command Message
|
Command.Builder |
Command.Builder.setMessageIdentifierBytes(com.google.protobuf.ByteString value)
The unique identifier of the Command Message
|
Command.Builder |
Command.Builder.setName(String value)
The name of the command, used for routing it to a destination capable of handling it
|
Command.Builder |
Command.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name of the command, used for routing it to a destination capable of handling it
|
Command.Builder |
Command.Builder.setPayload(SerializedObject.Builder builderForValue)
The payload of the Command, providing details on the instructions for the recipient
|
Command.Builder |
Command.Builder.setPayload(SerializedObject value)
The payload of the Command, providing details on the instructions for the recipient
|
Command.Builder |
Command.Builder.setProcessingInstructions(int index,
ProcessingInstruction.Builder builderForValue)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.setProcessingInstructions(int index,
ProcessingInstruction value)
Instructions for AxonServer when routing this Command Message
|
Command.Builder |
Command.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Command.Builder |
Command.Builder.setTimestamp(long value)
The time at which the command was dispatched
|
Command.Builder |
Command.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Command.Builder |
Command.toBuilder() |
Modifier and Type | Method and Description |
---|---|
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.setCommand(Command.Builder builderForValue)
A command for this component to process
|
Copyright © 2010–2020. All rights reserved.