Class OrganizationWebhooksGrpc.OrganizationWebhooksStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<OrganizationWebhooksGrpc.OrganizationWebhooksStub>
-
- com.streamlayer.sdkSettings.organization.webhooks.OrganizationWebhooksGrpc.OrganizationWebhooksStub
-
- Enclosing class:
- OrganizationWebhooksGrpc
public static final class OrganizationWebhooksGrpc.OrganizationWebhooksStub extends io.grpc.stub.AbstractAsyncStub<OrganizationWebhooksGrpc.OrganizationWebhooksStub>
A stub to allow clients to do asynchronous rpc calls to service OrganizationWebhooks.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationWebhooksGrpc.OrganizationWebhooksStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcreateWebhook(UpsertWebhookRequest request, io.grpc.stub.StreamObserver<WebhookResponse> responseObserver)voiddeleteWebhook(DeleteWebhookRequest request, io.grpc.stub.StreamObserver<DeleteWebhookResponse> responseObserver)voidgetWebhook(GetWebhookRequest request, io.grpc.stub.StreamObserver<WebhookResponse> responseObserver)voidsendWebhookEvent(SendWebhookEventRequest request, io.grpc.stub.StreamObserver<SendWebhookEventResponse> responseObserver)voidupdateWebhook(UpsertWebhookRequest request, io.grpc.stub.StreamObserver<WebhookResponse> responseObserver)-
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.OrganizationWebhooksStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationWebhooksGrpc.OrganizationWebhooksStub>
-
createWebhook
public void createWebhook(UpsertWebhookRequest request, io.grpc.stub.StreamObserver<WebhookResponse> responseObserver)
-
getWebhook
public void getWebhook(GetWebhookRequest request, io.grpc.stub.StreamObserver<WebhookResponse> responseObserver)
-
deleteWebhook
public void deleteWebhook(DeleteWebhookRequest request, io.grpc.stub.StreamObserver<DeleteWebhookResponse> responseObserver)
-
sendWebhookEvent
public void sendWebhookEvent(SendWebhookEventRequest request, io.grpc.stub.StreamObserver<SendWebhookEventResponse> responseObserver)
-
updateWebhook
public void updateWebhook(UpsertWebhookRequest request, io.grpc.stub.StreamObserver<WebhookResponse> responseObserver)
-
-