public class VertxHttpCallHandler extends java.lang.Object implements IRestCallHandler
Constructor and Description |
---|
VertxHttpCallHandler(io.vertx.core.http.HttpClient client,
java.lang.String baseUrl) |
Modifier and Type | Method and Description |
---|---|
void |
call(RestRequest request,
AsyncHandler<RestResponse> response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
name
public VertxHttpCallHandler(io.vertx.core.http.HttpClient client, java.lang.String baseUrl)
public void call(RestRequest request, AsyncHandler<RestResponse> response)
call
in interface IRestCallHandler
Copyright © 2021. All Rights Reserved.