Class OrganizationWebhooksGrpc.OrganizationWebhooksFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<OrganizationWebhooksGrpc.OrganizationWebhooksFutureStub>
-
- com.streamlayer.sdkSettings.organization.webhooks.OrganizationWebhooksGrpc.OrganizationWebhooksFutureStub
-
- Enclosing class:
- OrganizationWebhooksGrpc
public static final class OrganizationWebhooksGrpc.OrganizationWebhooksFutureStub extends io.grpc.stub.AbstractFutureStub<OrganizationWebhooksGrpc.OrganizationWebhooksFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service OrganizationWebhooks.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationWebhooksGrpc.OrganizationWebhooksFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<WebhookResponse>createWebhook(UpsertWebhookRequest request)com.google.common.util.concurrent.ListenableFuture<DeleteWebhookResponse>deleteWebhook(DeleteWebhookRequest request)com.google.common.util.concurrent.ListenableFuture<WebhookResponse>getWebhook(GetWebhookRequest request)com.google.common.util.concurrent.ListenableFuture<SendWebhookEventResponse>sendWebhookEvent(SendWebhookEventRequest request)com.google.common.util.concurrent.ListenableFuture<WebhookResponse>updateWebhook(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.OrganizationWebhooksFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationWebhooksGrpc.OrganizationWebhooksFutureStub>
-
createWebhook
public com.google.common.util.concurrent.ListenableFuture<WebhookResponse> createWebhook(UpsertWebhookRequest request)
-
getWebhook
public com.google.common.util.concurrent.ListenableFuture<WebhookResponse> getWebhook(GetWebhookRequest request)
-
deleteWebhook
public com.google.common.util.concurrent.ListenableFuture<DeleteWebhookResponse> deleteWebhook(DeleteWebhookRequest request)
-
sendWebhookEvent
public com.google.common.util.concurrent.ListenableFuture<SendWebhookEventResponse> sendWebhookEvent(SendWebhookEventRequest request)
-
updateWebhook
public com.google.common.util.concurrent.ListenableFuture<WebhookResponse> updateWebhook(UpsertWebhookRequest request)
-
-