@Generated(value="by gRPC proto compiler (version 1.1.2)", comments="Source: event.proto") public class EventStoreGrpc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventStoreGrpc.EventStoreBlockingStub |
static class |
EventStoreGrpc.EventStoreFutureStub |
static class |
EventStoreGrpc.EventStoreImplBase |
static class |
EventStoreGrpc.EventStoreStub |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<Event,Confirmation> |
METHOD_APPEND_EVENT |
static io.grpc.MethodDescriptor<Event,Confirmation> |
METHOD_APPEND_SNAPSHOT |
static io.grpc.MethodDescriptor<GetFirstTokenRequest,TrackingToken> |
METHOD_GET_FIRST_TOKEN |
static io.grpc.MethodDescriptor<GetLastTokenRequest,TrackingToken> |
METHOD_GET_LAST_TOKEN |
static io.grpc.MethodDescriptor<GetTokenAtRequest,TrackingToken> |
METHOD_GET_TOKEN_AT |
static io.grpc.MethodDescriptor<GetAggregateEventsRequest,Event> |
METHOD_LIST_AGGREGATE_EVENTS |
static io.grpc.MethodDescriptor<GetAggregateSnapshotsRequest,Event> |
METHOD_LIST_AGGREGATE_SNAPSHOTS |
static io.grpc.MethodDescriptor<GetEventsRequest,EventWithToken> |
METHOD_LIST_EVENTS |
static io.grpc.MethodDescriptor<QueryEventsRequest,QueryEventsResponse> |
METHOD_QUERY_EVENTS |
static io.grpc.MethodDescriptor<ReadHighestSequenceNrRequest,ReadHighestSequenceNrResponse> |
METHOD_READ_HIGHEST_SEQUENCE_NR |
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
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 and streaming output 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
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Event,Confirmation> METHOD_APPEND_EVENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Event,Confirmation> METHOD_APPEND_SNAPSHOT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetAggregateEventsRequest,Event> METHOD_LIST_AGGREGATE_EVENTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetAggregateSnapshotsRequest,Event> METHOD_LIST_AGGREGATE_SNAPSHOTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetEventsRequest,EventWithToken> METHOD_LIST_EVENTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ReadHighestSequenceNrRequest,ReadHighestSequenceNrResponse> METHOD_READ_HIGHEST_SEQUENCE_NR
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<QueryEventsRequest,QueryEventsResponse> METHOD_QUERY_EVENTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetFirstTokenRequest,TrackingToken> METHOD_GET_FIRST_TOKEN
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetLastTokenRequest,TrackingToken> METHOD_GET_LAST_TOKEN
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetTokenAtRequest,TrackingToken> METHOD_GET_TOKEN_AT
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–2018. All rights reserved.