Package | Description |
---|---|
io.axoniq.axonserver.grpc | |
io.axoniq.axonserver.grpc.command | |
io.axoniq.axonserver.grpc.control | |
io.axoniq.axonserver.grpc.query |
Modifier and Type | Method and Description |
---|---|
InstructionAck.Builder |
InstructionAck.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InstructionAck.Builder |
InstructionAck.Builder.clear() |
InstructionAck.Builder |
InstructionAck.Builder.clearError()
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
InstructionAck.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
InstructionAck.Builder |
InstructionAck.Builder.clearInstructionId()
The identifier of the instruction
|
InstructionAck.Builder |
InstructionAck.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
InstructionAck.Builder |
InstructionAck.Builder.clearSuccess()
Indicator whether the instruction was acknowledged successfully
|
InstructionAck.Builder |
InstructionAck.Builder.clone() |
InstructionAck.Builder |
InstructionAck.Builder.mergeError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
InstructionAck.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
InstructionAck.Builder |
InstructionAck.Builder.mergeFrom(InstructionAck other) |
InstructionAck.Builder |
InstructionAck.Builder.mergeFrom(com.google.protobuf.Message other) |
InstructionAck.Builder |
InstructionAck.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static InstructionAck.Builder |
InstructionAck.newBuilder() |
static InstructionAck.Builder |
InstructionAck.newBuilder(InstructionAck prototype) |
InstructionAck.Builder |
InstructionAck.newBuilderForType() |
protected InstructionAck.Builder |
InstructionAck.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
InstructionAck.Builder |
InstructionAck.Builder.setError(ErrorMessage.Builder builderForValue)
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
InstructionAck.Builder.setError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
InstructionAck.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InstructionAck.Builder |
InstructionAck.Builder.setInstructionId(String value)
The identifier of the instruction
|
InstructionAck.Builder |
InstructionAck.Builder.setInstructionIdBytes(com.google.protobuf.ByteString value)
The identifier of the instruction
|
InstructionAck.Builder |
InstructionAck.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
InstructionAck.Builder |
InstructionAck.Builder.setSuccess(boolean value)
Indicator whether the instruction was acknowledged successfully
|
InstructionAck.Builder |
InstructionAck.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
InstructionAck.Builder |
InstructionAck.toBuilder() |
Modifier and Type | Method and Description |
---|---|
InstructionAck.Builder |
CommandProviderInbound.Builder.getAckBuilder()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck.Builder |
CommandProviderOutbound.Builder.getAckBuilder()
Acknowledgement of previously sent instruction via inbound stream
|
Modifier and Type | Method and Description |
---|---|
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via outbound stream
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via inbound stream
|
Modifier and Type | Method and Description |
---|---|
InstructionAck.Builder |
PlatformInboundInstruction.Builder.getAckBuilder()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck.Builder |
PlatformOutboundInstruction.Builder.getAckBuilder()
Acknowledgement of previously sent instruction via inbound stream
|
Modifier and Type | Method and Description |
---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via outbound stream
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via inbound stream
|
Modifier and Type | Method and Description |
---|---|
InstructionAck.Builder |
QueryProviderOutbound.Builder.getAckBuilder()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck.Builder |
QueryProviderInbound.Builder.getAckBuilder()
Acknowledgement of previously sent instruction via outbound stream
|
Modifier and Type | Method and Description |
---|---|
QueryProviderOutbound.Builder |
QueryProviderOutbound.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via inbound stream
|
QueryProviderInbound.Builder |
QueryProviderInbound.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via outbound stream
|
Copyright © 2010–2020. All rights reserved.