Uses of Interface
net.bluemind.core.rest.base.IRestCallHandler
Package
Description
-
Uses of IRestCallHandler in net.bluemind.core.rest.base
Modifier and TypeClassDescriptionclass
static final class
class
Modifier and TypeMethodDescriptionClientProxyGenerator.client
(String origin, List<String> remoteIps, IRestCallHandler callHandler, io.vertx.core.MultiMap defaultHeaders, String... params) void
ClientProxyGenerator.EventMethodInvoker.invoke
(String origin, List<String> remoteAddresses, IRestCallHandler callHandler, io.vertx.core.MultiMap defaultHeaders, String[] instanceParams, Object[] args, AsyncHandler<Object> responseHandler) ClientProxyGenerator.syncClient
(String origin, List<String> remoteIps, IRestCallHandler callHandler, io.vertx.core.MultiMap defaultHeaders, String... params) ModifierConstructorDescriptionBasicClientProxy
(IRestCallHandler callHander, Class<S> api, Class<T> asyncApi) TreePathLeaf
(IRestCallHandler handler) -
Uses of IRestCallHandler in net.bluemind.core.rest.http.internal
Modifier and TypeClassDescriptionclass
static class
class
class
-
Uses of IRestCallHandler in net.bluemind.core.rest.vertx