public interface CommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetaData(String key)
Meta Data entries of the Command Message, providing contextual information to the recipient
|
String |
getClientId()
The unique identifier of the component dispatching this message
|
com.google.protobuf.ByteString |
getClientIdBytes()
The unique identifier of the component dispatching this message
|
String |
getComponentName()
The name/type of the component dispatching this message
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The name/type of the component dispatching this message
|
String |
getMessageIdentifier()
The unique identifier of the Command Message
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The unique identifier of the Command Message
|
Map<String,MetaDataValue> |
getMetaData()
Deprecated.
|
int |
getMetaDataCount()
Meta Data entries of the Command Message, providing contextual information to the recipient
|
Map<String,MetaDataValue> |
getMetaDataMap()
Meta Data entries of the Command Message, providing contextual information to the recipient
|
MetaDataValue |
getMetaDataOrDefault(String key,
MetaDataValue defaultValue)
Meta Data entries of the Command Message, providing contextual information to the recipient
|
MetaDataValue |
getMetaDataOrThrow(String key)
Meta Data entries of the Command Message, providing contextual information to the recipient
|
String |
getName()
The name of the command, used for routing it to a destination capable of handling it
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the command, used for routing it to a destination capable of handling it
|
SerializedObject |
getPayload()
The payload of the Command, providing details on the instructions for the recipient
|
SerializedObjectOrBuilder |
getPayloadOrBuilder()
The payload of the Command, providing details on the instructions for the recipient
|
ProcessingInstruction |
getProcessingInstructions(int index)
Instructions for AxonServer when routing this Command Message
|
int |
getProcessingInstructionsCount()
Instructions for AxonServer when routing this Command Message
|
List<ProcessingInstruction> |
getProcessingInstructionsList()
Instructions for AxonServer when routing this Command Message
|
ProcessingInstructionOrBuilder |
getProcessingInstructionsOrBuilder(int index)
Instructions for AxonServer when routing this Command Message
|
List<? extends ProcessingInstructionOrBuilder> |
getProcessingInstructionsOrBuilderList()
Instructions for AxonServer when routing this Command Message
|
long |
getTimestamp()
The time at which the command was dispatched
|
boolean |
hasPayload()
The payload of the Command, providing details on the instructions for the recipient
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageIdentifier()
The unique identifier of the Command Message
string message_identifier = 1;
com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier of the Command Message
string message_identifier = 1;
String getName()
The name of the command, used for routing it to a destination capable of handling it
string name = 2;
com.google.protobuf.ByteString getNameBytes()
The name of the command, used for routing it to a destination capable of handling it
string name = 2;
long getTimestamp()
The time at which the command was dispatched
int64 timestamp = 3;
boolean hasPayload()
The payload of the Command, providing details on the instructions for the recipient
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
SerializedObject getPayload()
The payload of the Command, providing details on the instructions for the recipient
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
SerializedObjectOrBuilder getPayloadOrBuilder()
The payload of the Command, providing details on the instructions for the recipient
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
int getMetaDataCount()
Meta Data entries of the Command Message, providing contextual information to the recipient
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
boolean containsMetaData(String key)
Meta Data entries of the Command Message, providing contextual information to the recipient
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
@Deprecated Map<String,MetaDataValue> getMetaData()
getMetaDataMap()
instead.Map<String,MetaDataValue> getMetaDataMap()
Meta Data entries of the Command Message, providing contextual information to the recipient
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
MetaDataValue getMetaDataOrDefault(String key, MetaDataValue defaultValue)
Meta Data entries of the Command Message, providing contextual information to the recipient
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
MetaDataValue getMetaDataOrThrow(String key)
Meta Data entries of the Command Message, providing contextual information to the recipient
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
List<ProcessingInstruction> getProcessingInstructionsList()
Instructions for AxonServer when routing this Command Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
ProcessingInstruction getProcessingInstructions(int index)
Instructions for AxonServer when routing this Command Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
int getProcessingInstructionsCount()
Instructions for AxonServer when routing this Command Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
List<? extends ProcessingInstructionOrBuilder> getProcessingInstructionsOrBuilderList()
Instructions for AxonServer when routing this Command Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
ProcessingInstructionOrBuilder getProcessingInstructionsOrBuilder(int index)
Instructions for AxonServer when routing this Command Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
String getClientId()
The unique identifier of the component dispatching this message
string client_id = 7;
com.google.protobuf.ByteString getClientIdBytes()
The unique identifier of the component dispatching this message
string client_id = 7;
String getComponentName()
The name/type of the component dispatching this message
string component_name = 8;
com.google.protobuf.ByteString getComponentNameBytes()
The name/type of the component dispatching this message
string component_name = 8;
Copyright © 2010–2020. All rights reserved.