Package dev.restate.sdk.http.vertx
Class HttpEndpointRequestHandler
java.lang.Object
dev.restate.sdk.http.vertx.HttpEndpointRequestHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
public class HttpEndpointRequestHandler
extends Object
implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpEndpointRequestHandler
fromEndpoint
(Endpoint endpoint) void
handle
(io.vertx.core.http.HttpServerRequest request)
-
Method Details
-
handle
public void handle(io.vertx.core.http.HttpServerRequest request) - Specified by:
handle
in interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
fromEndpoint
-