Modifier and Type | Method and Description |
---|---|
ErrorMessage |
ErrorMessage.Builder.build() |
ErrorMessage |
ErrorMessage.Builder.buildPartial() |
static ErrorMessage |
ErrorMessage.getDefaultInstance() |
ErrorMessage |
ErrorMessage.getDefaultInstanceForType() |
ErrorMessage |
ErrorMessage.Builder.getDefaultInstanceForType() |
ErrorMessage |
InstructionAck.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionAck.Builder.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionAckOrBuilder.getError()
Set if instruction acknowledgement failed.
|
static ErrorMessage |
ErrorMessage.parseDelimitedFrom(InputStream input) |
static ErrorMessage |
ErrorMessage.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(byte[] data) |
static ErrorMessage |
ErrorMessage.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(ByteBuffer data) |
static ErrorMessage |
ErrorMessage.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.ByteString data) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.CodedInputStream input) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(InputStream input) |
static ErrorMessage |
ErrorMessage.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ErrorMessage> |
ErrorMessage.getParserForType() |
static com.google.protobuf.Parser<ErrorMessage> |
ErrorMessage.parser() |
Modifier and Type | Method and Description |
---|---|
InstructionAck.Builder |
InstructionAck.Builder.mergeError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
ErrorMessage.Builder |
ErrorMessage.Builder.mergeFrom(ErrorMessage other) |
static ErrorMessage.Builder |
ErrorMessage.newBuilder(ErrorMessage prototype) |
InstructionAck.Builder |
InstructionAck.Builder.setError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
Modifier and Type | Method and Description |
---|---|
ErrorMessage |
CommandResponse.getErrorMessage()
A detailed description of the error
|
ErrorMessage |
CommandResponse.Builder.getErrorMessage()
A detailed description of the error
|
ErrorMessage |
CommandResponseOrBuilder.getErrorMessage()
A detailed description of the error
|
Modifier and Type | Method and Description |
---|---|
CommandResponse.Builder |
CommandResponse.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error
|
CommandResponse.Builder |
CommandResponse.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error
|
Modifier and Type | Method and Description |
---|---|
ErrorMessage |
QueryResponseOrBuilder.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdateCompleteExceptionally.getErrorMessage()
A detailed description of the error, if available
|
ErrorMessage |
QueryUpdateCompleteExceptionally.Builder.getErrorMessage()
A detailed description of the error, if available
|
ErrorMessage |
QueryUpdateCompleteExceptionallyOrBuilder.getErrorMessage()
A detailed description of the error, if available
|
ErrorMessage |
QueryResponse.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryResponse.Builder.getErrorMessage()
A detailed description of the error, if any
|
Modifier and Type | Method and Description |
---|---|
QueryUpdateCompleteExceptionally.Builder |
QueryUpdateCompleteExceptionally.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if available
|
QueryResponse.Builder |
QueryResponse.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
QueryUpdateCompleteExceptionally.Builder |
QueryUpdateCompleteExceptionally.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error, if available
|
QueryResponse.Builder |
QueryResponse.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
Modifier and Type | Method and Description |
---|---|
AxonException |
ErrorCode.convert(ErrorMessage errorMessage)
Converts the
errorMessage to the relevant AxonException |
AxonException |
ErrorCode.convert(ErrorMessage errorMessage,
Supplier<Object> details)
Converts the
errorMessage to the relevant AxonException |
void |
InstructionAckSource.sendAck(String instructionId,
boolean success,
ErrorMessage error,
io.grpc.stub.StreamObserver<T> stream)
Sends an acknowledgement.
|
void |
DefaultInstructionAckSource.sendAck(String instructionId,
boolean success,
ErrorMessage error,
io.grpc.stub.StreamObserver<T> stream) |
default void |
InstructionAckSource.sendUnsuccessfulAck(String instructionId,
ErrorMessage error,
io.grpc.stub.StreamObserver<T> stream)
Sends unsuccessful acknowledgement.
|
Constructor and Description |
---|
AxonServerException(String code,
ErrorMessage errorMessage)
Initializes the exception using the given
code and errorMessage . |
Constructor and Description |
---|
AxonServerCommandDispatchException(String errorCode,
ErrorMessage errorMessage)
Initialize the exception with given
errorCode and errorMessage . |
AxonServerRemoteCommandHandlingException(String errorCode,
ErrorMessage errorMessage)
Initialize the exception with given
errorCode and errorMessage . |
Constructor and Description |
---|
AxonServerQueryDispatchException(String code,
ErrorMessage errorMessage)
Initializes an AxonServer Query Dispatch Exception using the given
code and errorMessage . |
AxonServerRemoteQueryHandlingException(String errorCode,
ErrorMessage message)
Initialize a Query Handling exception from a remote source.
|
Modifier and Type | Method and Description |
---|---|
static ErrorMessage |
ExceptionSerializer.serialize(String client,
Throwable t) |
Copyright © 2010–2020. All rights reserved.