@Generated(value="by gRPC proto compiler (version 1.19.0)", comments="Source: event.proto") public final class EventStoreGrpc extends Object
Service providing operations against the EventStore functionality of Axon Server
Modifier and Type | Class and Description |
---|---|
static class |
EventStoreGrpc.EventStoreBlockingStub
Service providing operations against the EventStore functionality of Axon Server
|
static class |
EventStoreGrpc.EventStoreFutureStub
Service providing operations against the EventStore functionality of Axon Server
|
static class |
EventStoreGrpc.EventStoreImplBase
Service providing operations against the EventStore functionality of Axon Server
|
static class |
EventStoreGrpc.EventStoreStub
Service providing operations against the EventStore functionality of Axon Server
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Event,Confirmation> |
getAppendEventMethod() |
static io.grpc.MethodDescriptor<Event,Confirmation> |
getAppendSnapshotMethod() |
static io.grpc.MethodDescriptor<GetFirstTokenRequest,TrackingToken> |
getGetFirstTokenMethod() |
static io.grpc.MethodDescriptor<GetLastTokenRequest,TrackingToken> |
getGetLastTokenMethod() |
static io.grpc.MethodDescriptor<GetTokenAtRequest,TrackingToken> |
getGetTokenAtMethod() |
static io.grpc.MethodDescriptor<GetAggregateEventsRequest,Event> |
getListAggregateEventsMethod() |
static io.grpc.MethodDescriptor<GetAggregateSnapshotsRequest,Event> |
getListAggregateSnapshotsMethod() |
static io.grpc.MethodDescriptor<GetEventsRequest,EventWithToken> |
getListEventsMethod() |
static io.grpc.MethodDescriptor<QueryEventsRequest,QueryEventsResponse> |
getQueryEventsMethod() |
static io.grpc.MethodDescriptor<ReadHighestSequenceNrRequest,ReadHighestSequenceNrResponse> |
getReadHighestSequenceNrMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static EventStoreGrpc.EventStoreBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EventStoreGrpc.EventStoreFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EventStoreGrpc.EventStoreStub |
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<Event,Confirmation> getAppendEventMethod()
public static io.grpc.MethodDescriptor<Event,Confirmation> getAppendSnapshotMethod()
public static io.grpc.MethodDescriptor<GetAggregateEventsRequest,Event> getListAggregateEventsMethod()
public static io.grpc.MethodDescriptor<GetAggregateSnapshotsRequest,Event> getListAggregateSnapshotsMethod()
public static io.grpc.MethodDescriptor<GetEventsRequest,EventWithToken> getListEventsMethod()
public static io.grpc.MethodDescriptor<ReadHighestSequenceNrRequest,ReadHighestSequenceNrResponse> getReadHighestSequenceNrMethod()
public static io.grpc.MethodDescriptor<QueryEventsRequest,QueryEventsResponse> getQueryEventsMethod()
public static io.grpc.MethodDescriptor<GetFirstTokenRequest,TrackingToken> getGetFirstTokenMethod()
public static io.grpc.MethodDescriptor<GetLastTokenRequest,TrackingToken> getGetLastTokenMethod()
public static io.grpc.MethodDescriptor<GetTokenAtRequest,TrackingToken> getGetTokenAtMethod()
public static EventStoreGrpc.EventStoreStub newStub(io.grpc.Channel channel)
public static EventStoreGrpc.EventStoreBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EventStoreGrpc.EventStoreFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2010–2020. All rights reserved.