| Package | Description |
|---|---|
| io.axoniq.axonserver.connector | |
| io.axoniq.axonserver.connector.impl | |
| io.axoniq.axonserver.grpc | |
| io.axoniq.axonserver.grpc.command | |
| io.axoniq.axonserver.grpc.query |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyChannel.completeWithError(ErrorMessage errorMessage)
Marks the inbound instruction as exceptionally completed.
|
void |
ReplyChannel.sendNack(ErrorMessage errorMessage)
Sends a negative acknowledgement, indicating that the incoming message could not be handled as expected, using
given
errorMessage to describe the reason. |
| Constructor and Description |
|---|
AxonServerException(ErrorMessage errorMessage)
Initialize the exception for the error reported in the given
errorMessage. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessage |
MessageFactory.buildErrorMessage(ErrorCategory errorCategory,
String client,
Throwable t)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingReplyChannel.completeWithError(ErrorMessage errorMessage) |
void |
ForwardingReplyChannel.sendNack(ErrorMessage errorMessage) |
| 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 |
InstructionResult.getError()
Cause of instruction handling failure.
|
ErrorMessage |
InstructionResult.Builder.getError()
Cause of instruction handling failure.
|
ErrorMessage |
InstructionAckOrBuilder.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionAck.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionAck.Builder.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionResultOrBuilder.getError()
Cause of instruction handling failure.
|
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 |
|---|---|
InstructionResult.Builder |
InstructionResult.Builder.mergeError(ErrorMessage value)
Cause of instruction handling failure.
|
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) |
InstructionResult.Builder |
InstructionResult.Builder.setError(ErrorMessage value)
Cause of instruction handling failure.
|
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 |
QueryResponse.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryResponse.Builder.getErrorMessage()
A detailed description of the error, if any
|
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 |
QueryUpdateOrBuilder.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdate.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdate.Builder.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdateCompleteExceptionallyOrBuilder.getErrorMessage()
A detailed description of the error, if available
|
| Modifier and Type | Method and Description |
|---|---|
QueryResponse.Builder |
QueryResponse.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
QueryUpdateCompleteExceptionally.Builder |
QueryUpdateCompleteExceptionally.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if available
|
QueryUpdate.Builder |
QueryUpdate.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
QueryResponse.Builder |
QueryResponse.Builder.setErrorMessage(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
|
QueryUpdate.Builder |
QueryUpdate.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
Copyright © 2020–2021 AxonIQ BV. All rights reserved.