Package net.bluemind.core.rest.vertx
Class VertxClientCallHandler
java.lang.Object
net.bluemind.core.rest.vertx.VertxClientCallHandler
- All Implemented Interfaces:
 IRestCallHandler
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcall(RestRequest request, AsyncHandler<RestResponse> responseHandler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.bluemind.core.rest.base.IRestCallHandler
name 
- 
Constructor Details
- 
VertxClientCallHandler
public VertxClientCallHandler(io.vertx.core.Vertx vertx)  
 - 
 - 
Method Details
- 
call
- Specified by:
 callin interfaceIRestCallHandler
 
 -