public interface CommandResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetaData(String key)
Any meta data entries providing contextual information back to the dispatcher
|
String |
getErrorCode()
An error code describing the error, if any
|
com.google.protobuf.ByteString |
getErrorCodeBytes()
An error code describing the error, if any
|
ErrorMessage |
getErrorMessage()
A detailed description of the error
|
ErrorMessageOrBuilder |
getErrorMessageOrBuilder()
A detailed description of the error
|
String |
getMessageIdentifier()
The unique identifier of the response message
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The unique identifier of the response message
|
Map<String,MetaDataValue> |
getMetaData()
Deprecated.
|
int |
getMetaDataCount()
Any meta data entries providing contextual information back to the dispatcher
|
Map<String,MetaDataValue> |
getMetaDataMap()
Any meta data entries providing contextual information back to the dispatcher
|
MetaDataValue |
getMetaDataOrDefault(String key,
MetaDataValue defaultValue)
Any meta data entries providing contextual information back to the dispatcher
|
MetaDataValue |
getMetaDataOrThrow(String key)
Any meta data entries providing contextual information back to the dispatcher
|
SerializedObject |
getPayload()
The payload to provide as a result to the dispatcher
|
SerializedObjectOrBuilder |
getPayloadOrBuilder()
The payload to provide as a result to the dispatcher
|
ProcessingInstruction |
getProcessingInstructions(int index)
Instructions for AxonServer when routing this Command Response Message
|
int |
getProcessingInstructionsCount()
Instructions for AxonServer when routing this Command Response Message
|
List<ProcessingInstruction> |
getProcessingInstructionsList()
Instructions for AxonServer when routing this Command Response Message
|
ProcessingInstructionOrBuilder |
getProcessingInstructionsOrBuilder(int index)
Instructions for AxonServer when routing this Command Response Message
|
List<? extends ProcessingInstructionOrBuilder> |
getProcessingInstructionsOrBuilderList()
Instructions for AxonServer when routing this Command Response Message
|
String |
getRequestIdentifier()
The unique identifier of the Command Message for which this is the response
|
com.google.protobuf.ByteString |
getRequestIdentifierBytes()
The unique identifier of the Command Message for which this is the response
|
boolean |
hasErrorMessage()
A detailed description of the error
|
boolean |
hasPayload()
The payload to provide as a result to the dispatcher
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageIdentifier()
The unique identifier of the response message
string message_identifier = 1;
com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier of the response message
string message_identifier = 1;
String getErrorCode()
An error code describing the error, if any
string error_code = 2;
com.google.protobuf.ByteString getErrorCodeBytes()
An error code describing the error, if any
string error_code = 2;
boolean hasErrorMessage()
A detailed description of the error
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 3;
ErrorMessage getErrorMessage()
A detailed description of the error
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 3;
ErrorMessageOrBuilder getErrorMessageOrBuilder()
A detailed description of the error
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 3;
boolean hasPayload()
The payload to provide as a result to the dispatcher
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
SerializedObject getPayload()
The payload to provide as a result to the dispatcher
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
SerializedObjectOrBuilder getPayloadOrBuilder()
The payload to provide as a result to the dispatcher
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
int getMetaDataCount()
Any meta data entries providing contextual information back to the dispatcher
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
boolean containsMetaData(String key)
Any meta data entries providing contextual information back to the dispatcher
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
@Deprecated Map<String,MetaDataValue> getMetaData()
getMetaDataMap()
instead.Map<String,MetaDataValue> getMetaDataMap()
Any meta data entries providing contextual information back to the dispatcher
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
MetaDataValue getMetaDataOrDefault(String key, MetaDataValue defaultValue)
Any meta data entries providing contextual information back to the dispatcher
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
MetaDataValue getMetaDataOrThrow(String key)
Any meta data entries providing contextual information back to the dispatcher
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
List<ProcessingInstruction> getProcessingInstructionsList()
Instructions for AxonServer when routing this Command Response Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
ProcessingInstruction getProcessingInstructions(int index)
Instructions for AxonServer when routing this Command Response Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
int getProcessingInstructionsCount()
Instructions for AxonServer when routing this Command Response Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
List<? extends ProcessingInstructionOrBuilder> getProcessingInstructionsOrBuilderList()
Instructions for AxonServer when routing this Command Response Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
ProcessingInstructionOrBuilder getProcessingInstructionsOrBuilder(int index)
Instructions for AxonServer when routing this Command Response Message
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6;
String getRequestIdentifier()
The unique identifier of the Command Message for which this is the response
string request_identifier = 7;
com.google.protobuf.ByteString getRequestIdentifierBytes()
The unique identifier of the Command Message for which this is the response
string request_identifier = 7;
Copyright © 2010–2020. All rights reserved.