public static final class EventSchedulerGrpc.EventSchedulerBlockingStub extends io.grpc.stub.AbstractStub<EventSchedulerGrpc.EventSchedulerBlockingStub>
Service to use AxonServer as a provider of an EventScheduler
| Modifier and Type | Method and Description |
|---|---|
protected EventSchedulerGrpc.EventSchedulerBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
InstructionAck |
cancelScheduledEvent(CancelScheduledEventRequest request)
Cancel the publication of a scheduled event.
|
ScheduleToken |
rescheduleEvent(RescheduleEventRequest request)
Cancel a scheduled event and schedule another in its place.
|
ScheduleToken |
scheduleEvent(ScheduleEventRequest request)
Schedule the given event for publication at the given time}.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected EventSchedulerGrpc.EventSchedulerBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventSchedulerGrpc.EventSchedulerBlockingStub>public ScheduleToken scheduleEvent(ScheduleEventRequest request)
Schedule the given event for publication at the given time}. The returned ScheduleToken can be used to cancel the planned publication.
public ScheduleToken rescheduleEvent(RescheduleEventRequest request)
Cancel a scheduled event and schedule another in its place.
public InstructionAck cancelScheduledEvent(CancelScheduledEventRequest request)
Cancel the publication of a scheduled event. If the events has already been published, this method does nothing.
Copyright © 2020–2023 AxonIQ BV. All rights reserved.