| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.impl | |
| io.axoniq.axonserver.grpc | |
| io.axoniq.axonserver.grpc.control |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<OUT> |
AbstractIncomingInstructionStream.buildResultMessage(InstructionResult result)
Builds a stream specific result message of type
OUT based on the given result. |
| Constructor and Description |
|---|
ForwardingReplyChannel(String instructionId,
String clientId,
io.grpc.stub.StreamObserver<T> stream,
Function<InstructionResult,Optional<T>> resultBuilder,
Runnable onComplete)
Construct a
ForwardingReplyChannel to forward replies to the given stream. |
| Modifier and Type | Method and Description |
|---|---|
InstructionResult |
InstructionResult.Builder.build() |
InstructionResult |
InstructionResult.Builder.buildPartial() |
static InstructionResult |
InstructionResult.getDefaultInstance() |
InstructionResult |
InstructionResult.getDefaultInstanceForType() |
InstructionResult |
InstructionResult.Builder.getDefaultInstanceForType() |
static InstructionResult |
InstructionResult.parseDelimitedFrom(InputStream input) |
static InstructionResult |
InstructionResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionResult |
InstructionResult.parseFrom(byte[] data) |
static InstructionResult |
InstructionResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionResult |
InstructionResult.parseFrom(ByteBuffer data) |
static InstructionResult |
InstructionResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionResult |
InstructionResult.parseFrom(com.google.protobuf.ByteString data) |
static InstructionResult |
InstructionResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionResult |
InstructionResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static InstructionResult |
InstructionResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionResult |
InstructionResult.parseFrom(InputStream input) |
static InstructionResult |
InstructionResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InstructionResult> |
InstructionResult.getParserForType() |
static com.google.protobuf.Parser<InstructionResult> |
InstructionResult.parser() |
| Modifier and Type | Method and Description |
|---|---|
InstructionResult.Builder |
InstructionResult.Builder.mergeFrom(InstructionResult other) |
static InstructionResult.Builder |
InstructionResult.newBuilder(InstructionResult prototype) |
| Modifier and Type | Method and Description |
|---|---|
InstructionResult |
PlatformInboundInstruction.getResult()
The result of the execution of an instruction
|
InstructionResult |
PlatformInboundInstruction.Builder.getResult()
The result of the execution of an instruction
|
InstructionResult |
PlatformInboundInstructionOrBuilder.getResult()
The result of the execution of an instruction
|
| Modifier and Type | Method and Description |
|---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeResult(InstructionResult value)
The result of the execution of an instruction
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setResult(InstructionResult value)
The result of the execution of an instruction
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.