Class OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub>
-
- com.streamlayer.sdkSettings.organization.webhooks.OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub
-
- Enclosing class:
- OrganizationWebhooksGrpc
public static final class OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub extends io.grpc.stub.AbstractBlockingStub<OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub>
A stub to allow clients to do synchronous rpc calls to service OrganizationWebhooks.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)WebhookResponsecreateWebhook(UpsertWebhookRequest request)DeleteWebhookResponsedeleteWebhook(DeleteWebhookRequest request)WebhookResponsegetWebhook(GetWebhookRequest request)SendWebhookEventResponsesendWebhookEvent(SendWebhookEventRequest request)WebhookResponseupdateWebhook(UpsertWebhookRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationWebhooksGrpc.OrganizationWebhooksBlockingStub>
-
createWebhook
public WebhookResponse createWebhook(UpsertWebhookRequest request)
-
getWebhook
public WebhookResponse getWebhook(GetWebhookRequest request)
-
deleteWebhook
public DeleteWebhookResponse deleteWebhook(DeleteWebhookRequest request)
-
sendWebhookEvent
public SendWebhookEventResponse sendWebhookEvent(SendWebhookEventRequest request)
-
updateWebhook
public WebhookResponse updateWebhook(UpsertWebhookRequest request)
-
-