Skip navigation links
C D E F G I N P R S T U 

C

close() - Method in class io.vertx.serviceproxy.ProxyHandler
 
closed - Variable in class io.vertx.serviceproxy.ProxyHandler
 
consumer - Variable in class io.vertx.serviceproxy.ProxyHandler
 
createProxy(Class<T>, Vertx, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
 
createProxy(Class<T>, Vertx, String, DeliveryOptions) - Static method in class io.vertx.serviceproxy.ProxyHelper
 

D

decodeFromWire(int, Buffer) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.serviceproxy.ProxyHelper
 

E

encodeToWire(Buffer, ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 

F

fail(int, String) - Static method in exception io.vertx.serviceproxy.ServiceException
Create a failed Future containing a ServiceException.
fail(int, String, JsonObject) - Static method in exception io.vertx.serviceproxy.ServiceException
Create a failed Future containing a ServiceException.
filterGenerators() - Method in class io.vertx.serviceproxy.ServiceProxyProcessor
 

G

getDebugInfo() - Method in exception io.vertx.serviceproxy.ServiceException
Get the Debugging information provided to this ServiceException

I

io.vertx.serviceproxy - package io.vertx.serviceproxy
= Vert.x Service Proxy :toc: left When you compose a Vert.x application, you may want to isolate a functionality somewhere and make it available to the rest of your application.

N

name() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 

P

ProxyHandler - Class in io.vertx.serviceproxy
 
ProxyHandler() - Constructor for class io.vertx.serviceproxy.ProxyHandler
 
ProxyHelper - Class in io.vertx.serviceproxy
 
ProxyHelper() - Constructor for class io.vertx.serviceproxy.ProxyHelper
 

R

registerHandler(String) - Method in class io.vertx.serviceproxy.ProxyHandler
Register the proxy handle on the event bus.
registerService(Class<T>, Vertx, T, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
Registers a service on the event bus.
registerService(Class<T>, Vertx, T, String, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
 
registerService(Class<T>, Vertx, T, String, boolean, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
 

S

ServiceException - Exception in io.vertx.serviceproxy
An Exception to be returned from Service implementations.
ServiceException(int, String) - Constructor for exception io.vertx.serviceproxy.ServiceException
Create a ServiceException.
ServiceException(int, String, JsonObject) - Constructor for exception io.vertx.serviceproxy.ServiceException
 
ServiceExceptionMessageCodec - Class in io.vertx.serviceproxy
A MessageCodec for ServiceException
ServiceExceptionMessageCodec() - Constructor for class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
ServiceProxyProcessor - Class in io.vertx.serviceproxy
 
ServiceProxyProcessor() - Constructor for class io.vertx.serviceproxy.ServiceProxyProcessor
 
setConsumer(MessageConsumer<JsonObject>) - Method in class io.vertx.serviceproxy.ProxyHandler
 
systemCodecID() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 

T

transform(ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 

U

unregisterService(MessageConsumer<JsonObject>) - Static method in class io.vertx.serviceproxy.ProxyHelper
Unregisters a published service.
C D E F G I N P R S T U 
Skip navigation links

Copyright © 2017. All rights reserved.