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

    • handle

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

      public static HttpEndpointRequestHandler fromEndpoint(Endpoint endpoint)