@Generated(value="by gRPC proto compiler (version 1.53.0)",
comments="Source: webhook.proto")
public final class WebhookGrpc
extends java.lang.Object
A Webhook is a mechanism to consume messages on a Topic. The primary purpose of webhooks in Momento is to enable Lambda to be a subscriber to the messages sent on a topic. Secondarily, webhooks open us up to a whole lot of integrations (slack, discord, event bridge, etc).
| Modifier and Type | Class and Description |
|---|---|
static class |
WebhookGrpc.WebhookBlockingStub
A Webhook is a mechanism to consume messages on a Topic.
|
static class |
WebhookGrpc.WebhookFutureStub
A Webhook is a mechanism to consume messages on a Topic.
|
static class |
WebhookGrpc.WebhookImplBase
A Webhook is a mechanism to consume messages on a Topic.
|
static class |
WebhookGrpc.WebhookStub
A Webhook is a mechanism to consume messages on a Topic.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<WebhookOuterClass._PutWebhookRequest,WebhookOuterClass._PutWebhookResponse> getPutWebhookMethod()
public static io.grpc.MethodDescriptor<WebhookOuterClass._DeleteWebhookRequest,WebhookOuterClass._DeleteWebhookResponse> getDeleteWebhookMethod()
public static io.grpc.MethodDescriptor<WebhookOuterClass._ListWebhookRequest,WebhookOuterClass._ListWebhooksResponse> getListWebhooksMethod()
public static io.grpc.MethodDescriptor<WebhookOuterClass._GetWebhookSecretRequest,WebhookOuterClass._GetWebhookSecretResponse> getGetWebhookSecretMethod()
public static io.grpc.MethodDescriptor<WebhookOuterClass._RotateWebhookSecretRequest,WebhookOuterClass._RotateWebhookSecretResponse> getRotateWebhookSecretMethod()
public static WebhookGrpc.WebhookStub newStub(io.grpc.Channel channel)
public static WebhookGrpc.WebhookBlockingStub newBlockingStub(io.grpc.Channel channel)
public static WebhookGrpc.WebhookFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()