Class OrganizationWebhooksGrpc
- java.lang.Object
-
- com.streamlayer.sdkSettings.organization.webhooks.OrganizationWebhooksGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/sdkSettings/organization/webhooks/organization.webhooks.proto") public final class OrganizationWebhooksGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationWebhooksGrpc.AsyncServicestatic classOrganizationWebhooksGrpc.OrganizationWebhooksBlockingStubA stub to allow clients to do synchronous rpc calls to service OrganizationWebhooks.static classOrganizationWebhooksGrpc.OrganizationWebhooksFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service OrganizationWebhooks.static classOrganizationWebhooksGrpc.OrganizationWebhooksImplBaseBase class for the server implementation of the service OrganizationWebhooks.static classOrganizationWebhooksGrpc.OrganizationWebhooksStubA stub to allow clients to do asynchronous rpc calls to service OrganizationWebhooks.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(OrganizationWebhooksGrpc.AsyncService service)static io.grpc.MethodDescriptor<UpsertWebhookRequest,WebhookResponse>getCreateWebhookMethod()static io.grpc.MethodDescriptor<DeleteWebhookRequest,DeleteWebhookResponse>getDeleteWebhookMethod()static io.grpc.MethodDescriptor<GetWebhookRequest,WebhookResponse>getGetWebhookMethod()static io.grpc.MethodDescriptor<SendWebhookEventRequest,SendWebhookEventResponse>getSendWebhookEventMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpsertWebhookRequest,WebhookResponse>getUpdateWebhookMethod()static OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic OrganizationWebhooksGrpc.OrganizationWebhooksFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic OrganizationWebhooksGrpc.OrganizationWebhooksStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateWebhookMethod
public static io.grpc.MethodDescriptor<UpsertWebhookRequest,WebhookResponse> getCreateWebhookMethod()
-
getGetWebhookMethod
public static io.grpc.MethodDescriptor<GetWebhookRequest,WebhookResponse> getGetWebhookMethod()
-
getDeleteWebhookMethod
public static io.grpc.MethodDescriptor<DeleteWebhookRequest,DeleteWebhookResponse> getDeleteWebhookMethod()
-
getSendWebhookEventMethod
public static io.grpc.MethodDescriptor<SendWebhookEventRequest,SendWebhookEventResponse> getSendWebhookEventMethod()
-
getUpdateWebhookMethod
public static io.grpc.MethodDescriptor<UpsertWebhookRequest,WebhookResponse> getUpdateWebhookMethod()
-
newStub
public static OrganizationWebhooksGrpc.OrganizationWebhooksStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static OrganizationWebhooksGrpc.OrganizationWebhooksFutureStub 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(OrganizationWebhooksGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-