| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<InstructionAck> |
EventChannel.cancelSchedule(String scheduleToken)
Cancels the scheduled publication of an event for which the given
scheduleToken was returned. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<InstructionAck> |
EventChannelImpl.cancelSchedule(String token) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OUT |
AbstractIncomingInstructionStream.buildAckMessage(InstructionAck ack)
Builds a stream specific acknowledgment message of type
OUT based on the given ack. |
protected void |
AbstractAxonServerChannel.processAck(InstructionAck ack)
Process the given
ack by completing the instruction it refers to, if any can be found. |
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
InstructionAck.Builder.build() |
InstructionAck |
InstructionAck.Builder.buildPartial() |
static InstructionAck |
InstructionAck.getDefaultInstance() |
InstructionAck |
InstructionAck.getDefaultInstanceForType() |
InstructionAck |
InstructionAck.Builder.getDefaultInstanceForType() |
static InstructionAck |
InstructionAck.parseDelimitedFrom(InputStream input) |
static InstructionAck |
InstructionAck.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionAck |
InstructionAck.parseFrom(byte[] data) |
static InstructionAck |
InstructionAck.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionAck |
InstructionAck.parseFrom(ByteBuffer data) |
static InstructionAck |
InstructionAck.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionAck |
InstructionAck.parseFrom(com.google.protobuf.ByteString data) |
static InstructionAck |
InstructionAck.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionAck |
InstructionAck.parseFrom(com.google.protobuf.CodedInputStream input) |
static InstructionAck |
InstructionAck.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstructionAck |
InstructionAck.parseFrom(InputStream input) |
static InstructionAck |
InstructionAck.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InstructionAck> |
InstructionAck.getParserForType() |
static com.google.protobuf.Parser<InstructionAck> |
InstructionAck.parser() |
| Modifier and Type | Method and Description |
|---|---|
InstructionAck.Builder |
InstructionAck.Builder.mergeFrom(InstructionAck other) |
static InstructionAck.Builder |
InstructionAck.newBuilder(InstructionAck prototype) |
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
CommandProviderOutbound.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
CommandProviderOutbound.Builder.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
CommandProviderInboundOrBuilder.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck |
CommandProviderOutboundOrBuilder.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
CommandProviderInbound.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck |
CommandProviderInbound.Builder.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
| Modifier and Type | Method and Description |
|---|---|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
PlatformInboundInstruction.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck |
PlatformInboundInstruction.Builder.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck |
PlatformOutboundInstruction.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
PlatformOutboundInstruction.Builder.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
PlatformOutboundInstructionOrBuilder.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
PlatformInboundInstructionOrBuilder.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
| Modifier and Type | Method and Description |
|---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
EventSchedulerGrpc.EventSchedulerBlockingStub.cancelScheduledEvent(CancelScheduledEventRequest request)
Cancel the publication of a scheduled event.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<InstructionAck> |
EventSchedulerGrpc.EventSchedulerFutureStub.cancelScheduledEvent(CancelScheduledEventRequest request)
Cancel the publication of a scheduled event.
|
static io.grpc.MethodDescriptor<CancelScheduledEventRequest,InstructionAck> |
EventSchedulerGrpc.getCancelScheduledEventMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSchedulerGrpc.EventSchedulerImplBase.cancelScheduledEvent(CancelScheduledEventRequest request,
io.grpc.stub.StreamObserver<InstructionAck> responseObserver)
Cancel the publication of a scheduled event.
|
void |
EventSchedulerGrpc.EventSchedulerStub.cancelScheduledEvent(CancelScheduledEventRequest request,
io.grpc.stub.StreamObserver<InstructionAck> responseObserver)
Cancel the publication of a scheduled event.
|
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
QueryProviderOutboundOrBuilder.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
QueryProviderOutbound.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
QueryProviderOutbound.Builder.getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAck |
QueryProviderInbound.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck |
QueryProviderInbound.Builder.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAck |
QueryProviderInboundOrBuilder.getAck()
Acknowledgement of previously sent instruction via outbound stream
|
| Modifier and Type | Method and Description |
|---|---|
QueryProviderOutbound.Builder |
QueryProviderOutbound.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
QueryProviderInbound.Builder |
QueryProviderInbound.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
QueryProviderOutbound.Builder |
QueryProviderOutbound.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
QueryProviderInbound.Builder |
QueryProviderInbound.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.