public class VertxHttpCallHandler extends java.lang.Object implements IRestCallHandler
| Constructor and Description | 
|---|
VertxHttpCallHandler(org.vertx.java.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, waitnamepublic VertxHttpCallHandler(org.vertx.java.core.http.HttpClient client,
                            java.lang.String baseUrl)
public void call(RestRequest request, AsyncHandler<RestResponse> response)
call in interface IRestCallHandlerCopyright © 2021. All Rights Reserved.