Package com.streamlayer.triggers
Class TriggersGrpc
- java.lang.Object
-
- com.streamlayer.triggers.TriggersGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/triggers/triggers.proto") public final class TriggersGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTriggersGrpc.AsyncServicestatic classTriggersGrpc.TriggersBlockingStubA stub to allow clients to do synchronous rpc calls to service Triggers.static classTriggersGrpc.TriggersFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Triggers.static classTriggersGrpc.TriggersImplBaseBase class for the server implementation of the service Triggers.static classTriggersGrpc.TriggersStubA stub to allow clients to do asynchronous rpc calls to service Triggers.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetMetadataMethod
public static io.grpc.MethodDescriptor<GetMetadataRequest,GetMetadataResponse> getGetMetadataMethod()
-
getCreateTriggerMethod
public static io.grpc.MethodDescriptor<CreateTriggerRequest,CreateTriggerResponse> getCreateTriggerMethod()
-
getCreateTriggersMethod
public static io.grpc.MethodDescriptor<CreateTriggersRequest,CreateTriggersResponse> getCreateTriggersMethod()
-
getUpdateTriggerMethod
public static io.grpc.MethodDescriptor<UpdateTriggerRequest,UpdateTriggerResponse> getUpdateTriggerMethod()
-
getEnableTriggerMethod
public static io.grpc.MethodDescriptor<EnableTriggerRequest,EnableTriggerResponse> getEnableTriggerMethod()
-
getDisableTriggerMethod
public static io.grpc.MethodDescriptor<DisableTriggerRequest,DisableTriggerResponse> getDisableTriggerMethod()
-
getDeleteTriggerMethod
public static io.grpc.MethodDescriptor<DeleteTriggerRequest,DeleteTriggerResponse> getDeleteTriggerMethod()
-
getGetTriggerMethod
public static io.grpc.MethodDescriptor<GetTriggerRequest,GetTriggerResponse> getGetTriggerMethod()
-
getListTriggersMethod
public static io.grpc.MethodDescriptor<ListTriggersRequest,ListTriggerResponse> getListTriggersMethod()
-
getSubscribeMethod
public static io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse> getSubscribeMethod()
-
getTriggerActivationsMethod
public static io.grpc.MethodDescriptor<TriggerActivationsRequest,TriggerActivationsResponse> getTriggerActivationsMethod()
-
getListSubscriptionsMethod
public static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionResponse> getListSubscriptionsMethod()
-
getCancelSubscriptionMethod
public static io.grpc.MethodDescriptor<CancelSubscriptionRequest,CancelSubscriptionResponse> getCancelSubscriptionMethod()
-
getUpdateEntityMethod
public static io.grpc.MethodDescriptor<UpdateEntityRequest,UpdateEntityResponse> getUpdateEntityMethod()
-
getGetEntityMethod
public static io.grpc.MethodDescriptor<GetEntityRequest,GetEntityResponse> getGetEntityMethod()
-
getEnableEntityMethod
public static io.grpc.MethodDescriptor<EnableEntityRequest,EnableEntityResponse> getEnableEntityMethod()
-
getDisableEntityMethod
public static io.grpc.MethodDescriptor<DisableEntityRequest,DisableEntityResponse> getDisableEntityMethod()
-
getGetSportLimitsMethod
public static io.grpc.MethodDescriptor<GetSportLimitsRequest,GetSportLimitsResponse> getGetSportLimitsMethod()
-
getSetEntityLimitsMethod
public static io.grpc.MethodDescriptor<SetEntityLimitsRequest,SetEntityLimitsResponse> getSetEntityLimitsMethod()
-
getGetEntityLimitsMethod
public static io.grpc.MethodDescriptor<GetEntityLimitsRequest,GetEntityLimitsResponse> getGetEntityLimitsMethod()
-
newStub
public static TriggersGrpc.TriggersStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TriggersGrpc.TriggersBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TriggersGrpc.TriggersFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(TriggersGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-