| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc | |
| io.axoniq.axonserver.grpc.control |
| Modifier and Type | Method and Description |
|---|---|
InstructionResult.Builder |
InstructionResult.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InstructionResult.Builder |
InstructionResult.Builder.clear() |
InstructionResult.Builder |
InstructionResult.Builder.clearError()
Cause of instruction handling failure.
|
InstructionResult.Builder |
InstructionResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
InstructionResult.Builder |
InstructionResult.Builder.clearInstructionId()
The identifier of the instruction
|
InstructionResult.Builder |
InstructionResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
InstructionResult.Builder |
InstructionResult.Builder.clearSuccess()
Indicator whether the instruction was processed successfully
|
InstructionResult.Builder |
InstructionResult.Builder.clone() |
InstructionResult.Builder |
InstructionResult.Builder.mergeError(ErrorMessage value)
Cause of instruction handling failure.
|
InstructionResult.Builder |
InstructionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
InstructionResult.Builder |
InstructionResult.Builder.mergeFrom(InstructionResult other) |
InstructionResult.Builder |
InstructionResult.Builder.mergeFrom(com.google.protobuf.Message other) |
InstructionResult.Builder |
InstructionResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static InstructionResult.Builder |
InstructionResult.newBuilder() |
static InstructionResult.Builder |
InstructionResult.newBuilder(InstructionResult prototype) |
InstructionResult.Builder |
InstructionResult.newBuilderForType() |
protected InstructionResult.Builder |
InstructionResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
InstructionResult.Builder |
InstructionResult.Builder.setError(ErrorMessage.Builder builderForValue)
Cause of instruction handling failure.
|
InstructionResult.Builder |
InstructionResult.Builder.setError(ErrorMessage value)
Cause of instruction handling failure.
|
InstructionResult.Builder |
InstructionResult.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InstructionResult.Builder |
InstructionResult.Builder.setInstructionId(String value)
The identifier of the instruction
|
InstructionResult.Builder |
InstructionResult.Builder.setInstructionIdBytes(com.google.protobuf.ByteString value)
The identifier of the instruction
|
InstructionResult.Builder |
InstructionResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
InstructionResult.Builder |
InstructionResult.Builder.setSuccess(boolean value)
Indicator whether the instruction was processed successfully
|
InstructionResult.Builder |
InstructionResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
InstructionResult.Builder |
InstructionResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InstructionResult.Builder |
PlatformInboundInstruction.Builder.getResultBuilder()
The result of the execution of an instruction
|
| Modifier and Type | Method and Description |
|---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setResult(InstructionResult.Builder builderForValue)
The result of the execution of an instruction
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.