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 Details Link icon

    • handle Link icon

      public void handle(io.vertx.core.http.HttpServerRequest request)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
    • fromEndpoint Link icon

      public static HttpEndpointRequestHandler fromEndpoint(Endpoint endpoint)