@Generated(value="by gRPC proto compiler (version 1.19.0)", comments="Source: event.proto") public final class EventSchedulerGrpc extends Object
Service to use AxonServer as a provider of an EventScheduler
| Modifier and Type | Class and Description |
|---|---|
static class |
EventSchedulerGrpc.EventSchedulerBlockingStub
Service to use AxonServer as a provider of an EventScheduler
|
static class |
EventSchedulerGrpc.EventSchedulerFutureStub
Service to use AxonServer as a provider of an EventScheduler
|
static class |
EventSchedulerGrpc.EventSchedulerImplBase
Service to use AxonServer as a provider of an EventScheduler
|
static class |
EventSchedulerGrpc.EventSchedulerStub
Service to use AxonServer as a provider of an EventScheduler
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CancelScheduledEventRequest,InstructionAck> |
getCancelScheduledEventMethod() |
static io.grpc.MethodDescriptor<RescheduleEventRequest,ScheduleToken> |
getRescheduleEventMethod() |
static io.grpc.MethodDescriptor<ScheduleEventRequest,ScheduleToken> |
getScheduleEventMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static EventSchedulerGrpc.EventSchedulerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EventSchedulerGrpc.EventSchedulerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EventSchedulerGrpc.EventSchedulerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ScheduleEventRequest,ScheduleToken> getScheduleEventMethod()
public static io.grpc.MethodDescriptor<RescheduleEventRequest,ScheduleToken> getRescheduleEventMethod()
public static io.grpc.MethodDescriptor<CancelScheduledEventRequest,InstructionAck> getCancelScheduledEventMethod()
public static EventSchedulerGrpc.EventSchedulerStub newStub(io.grpc.Channel channel)
public static EventSchedulerGrpc.EventSchedulerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EventSchedulerGrpc.EventSchedulerFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020–2023 AxonIQ BV. All rights reserved.