Index

B D E F H L R W 
All Classes and Interfaces|All Packages

B

bind(ServiceDefinition) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
bind(Object) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
buildAndListen() - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
buildAndListen(int) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
builder() - Static method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.

D

dev.restate.sdk.http.vertx - package dev.restate.sdk.http.vertx
 

E

enablePreviewContext() - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.

F

fromEndpoint(Endpoint) - Static method in class dev.restate.sdk.http.vertx.HttpEndpointRequestHandler
fromEndpoint(Endpoint) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided endpoint.
fromEndpoint(Endpoint.Builder) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
fromEndpoint(Endpoint.Builder, HttpServerOptions) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
fromEndpoint(Endpoint, boolean) - Static method in class dev.restate.sdk.http.vertx.HttpEndpointRequestHandler
fromEndpoint(Endpoint, HttpServerOptions) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided endpoint, with the given HttpServerOptions.
fromEndpoint(Vertx, Endpoint) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided endpoint.
fromEndpoint(Vertx, Endpoint.Builder) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
fromEndpoint(Vertx, Endpoint.Builder, HttpServerOptions) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
fromEndpoint(Vertx, Endpoint, HttpServerOptions) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided endpoint, with the given HttpServerOptions.
fromHandler(HttpEndpointRequestHandler) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided HttpEndpointRequestHandler.
fromHandler(HttpEndpointRequestHandler, HttpServerOptions) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided HttpEndpointRequestHandler, with the given HttpServerOptions.
fromHandler(Vertx, HttpEndpointRequestHandler) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided HttpEndpointRequestHandler.
fromHandler(Vertx, HttpEndpointRequestHandler, HttpServerOptions) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Create a Vert.x HttpServer from the provided HttpEndpointRequestHandler, with the given HttpServerOptions.

H

handle(HttpServerRequest) - Method in class dev.restate.sdk.http.vertx.HttpEndpointRequestHandler
 
HttpEndpointRequestHandler - Class in dev.restate.sdk.http.vertx
Vert.x HttpServer handler adapter for Endpoint.

L

listen(Endpoint) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Start serving the provided endpoint on the port specified by the environment variable PORT, or alternatively on the default 9080 port.
listen(Endpoint.Builder) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
listen(Endpoint.Builder, int) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
listen(Endpoint, int) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Start serving the provided endpoint on the specified port.
listen(HttpEndpointRequestHandler) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Like listen(Endpoint), with an already built request handler
listen(HttpEndpointRequestHandler, int) - Static method in class dev.restate.sdk.http.vertx.RestateHttpServer
Like listen(Endpoint, int), with an already built request handler

R

RestateHttpEndpointBuilder - Class in dev.restate.sdk.http.vertx
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
RestateHttpServer - Class in dev.restate.sdk.http.vertx
Endpoint builder for a Restate HTTP Endpoint using Vert.x, to serve Restate services.
RestateHttpServer() - Constructor for class dev.restate.sdk.http.vertx.RestateHttpServer
 

W

withOpenTelemetry(OpenTelemetry) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
withOptions(HttpServerOptions) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
withRequestIdentityVerifier(RequestIdentityVerifier) - Method in class dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use RestateHttpServer in combination with Endpoint instead. This will be removed in the next minor release.
B D E F H L R W 
All Classes and Interfaces|All Packages