B D R W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- bind(BindableService<?>) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Add a Restate bindable service to the endpoint.
- bind(BindableService<O>, O) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Add a Restate bindable service to the endpoint, overriding the options.
- bind(Object) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Add a Restate service to the endpoint.
- build() - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Build the
HttpServerserving the Restate service endpoint. - buildAndListen() - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Build and listen on the port specified by the environment variable
PORT, or alternatively on the default9080port. - buildAndListen(int) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Build and listen on the specified port.
- builder() - Static method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Create a new builder.
- builder(Vertx) - Static method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Create a new builder.
D
- dev.restate.sdk.http.vertx - package dev.restate.sdk.http.vertx
R
- RestateHttpEndpointBuilder - Class in dev.restate.sdk.http.vertx
-
Endpoint builder for a Restate HTTP Endpoint using Vert.x, to serve Restate services.
W
- withOpenTelemetry(OpenTelemetry) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Set the
OpenTelemetryimplementation for tracing and metrics. - withOptions(HttpServerOptions) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Add custom
HttpServerOptionsto the server used by the endpoint. - withRequestIdentityVerifier(RequestIdentityVerifier) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
-
Set the request identity verifier for this endpoint.
All Classes All Packages