Package dev.restate.sdk.http.vertx
Class RestateHttpEndpointBuilder
java.lang.Object
dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionbind
(ServiceDefinition serviceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.int
Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.int
buildAndListen
(int port) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.static RestateHttpEndpointBuilder
builder()
Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.withOpenTelemetry
(io.opentelemetry.api.OpenTelemetry openTelemetry) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.withOptions
(io.vertx.core.http.HttpServerOptions options) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.withRequestIdentityVerifier
(RequestIdentityVerifier requestIdentityVerifier) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead.
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
withOptions
@Deprecated(since="2.0", forRemoval=true) public RestateHttpEndpointBuilder withOptions(io.vertx.core.http.HttpServerOptions options) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
bind
Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
bind
@Deprecated(since="2.0", forRemoval=true) public RestateHttpEndpointBuilder bind(ServiceDefinition serviceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
withOpenTelemetry
@Deprecated(since="2.0", forRemoval=true) public RestateHttpEndpointBuilder withOpenTelemetry(io.opentelemetry.api.OpenTelemetry openTelemetry) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
withRequestIdentityVerifier
@Deprecated(since="2.0", forRemoval=true) public RestateHttpEndpointBuilder withRequestIdentityVerifier(RequestIdentityVerifier requestIdentityVerifier) Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
enablePreviewContext
Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
buildAndListen
Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release. -
buildAndListen
Deprecated, for removal: This API element is subject to removal in a future version.UseRestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release.
-
RestateHttpServer
in combination withEndpoint
instead. This will be removed in the next minor release.