@Generated(value="by gRPC proto compiler (version 1.34.0)", comments="Source: events.proto") public final class EventsServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventsServiceGrpc.EventsServiceBlockingStub |
static class |
EventsServiceGrpc.EventsServiceFutureStub |
static class |
EventsServiceGrpc.EventsServiceImplBase |
static class |
EventsServiceGrpc.EventsServiceStub |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateRequest,VoidResponse> |
getCreateMethod() |
static io.grpc.MethodDescriptor<DimensionRequest,DimensionResponse> |
getDimensionMethod() |
static io.grpc.MethodDescriptor<DropRequest,VoidResponse> |
getDropMethod() |
static io.grpc.MethodDescriptor<ExpireRequest,VoidResponse> |
getExpireMethod() |
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
getGetMethod() |
static io.grpc.MethodDescriptor<MetadataRequest,MetadataResponse> |
getMetadataMethod() |
static io.grpc.MethodDescriptor<NamespacesRequest,NamespacesResponse> |
getNamespacesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StoreRequest,VoidResponse> |
getStoreMethod() |
static EventsServiceGrpc.EventsServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EventsServiceGrpc.EventsServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EventsServiceGrpc.EventsServiceStub |
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<NamespacesRequest,NamespacesResponse> getNamespacesMethod()
public static io.grpc.MethodDescriptor<GetRequest,GetResponse> getGetMethod()
public static io.grpc.MethodDescriptor<CreateRequest,VoidResponse> getCreateMethod()
public static io.grpc.MethodDescriptor<DropRequest,VoidResponse> getDropMethod()
public static io.grpc.MethodDescriptor<StoreRequest,VoidResponse> getStoreMethod()
public static io.grpc.MethodDescriptor<MetadataRequest,MetadataResponse> getMetadataMethod()
public static io.grpc.MethodDescriptor<DimensionRequest,DimensionResponse> getDimensionMethod()
public static io.grpc.MethodDescriptor<ExpireRequest,VoidResponse> getExpireMethod()
public static EventsServiceGrpc.EventsServiceStub newStub(io.grpc.Channel channel)
public static EventsServiceGrpc.EventsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EventsServiceGrpc.EventsServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2021. All rights reserved.