public class RPCClientOptions<T>
extends java.lang.Object
| Constructor and Description |
|---|
RPCClientOptions(io.vertx.core.Vertx vertx) |
RPCClientOptions(io.vertx.core.Vertx vertx,
RPCClientOptions<T> other) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusAddress() |
java.lang.Class<T> |
getServiceClass() |
long |
getTimeout() |
io.vertx.core.Vertx |
getVertx() |
WireProtocol |
getWireProtocol() |
RPCClientOptions<T> |
setBusAddress(java.lang.String busAddress) |
RPCClientOptions<T> |
setServiceClass(java.lang.Class<T> serviceClass) |
RPCClientOptions<T> |
setTimeout(long timeout) |
RPCClientOptions<T> |
setWireProtocol(WireProtocol wireProtocol) |
public RPCClientOptions(io.vertx.core.Vertx vertx)
public RPCClientOptions(io.vertx.core.Vertx vertx,
RPCClientOptions<T> other)
public RPCClientOptions<T> setBusAddress(java.lang.String busAddress)
public RPCClientOptions<T> setTimeout(long timeout)
public RPCClientOptions<T> setServiceClass(java.lang.Class<T> serviceClass)
public io.vertx.core.Vertx getVertx()
public java.lang.String getBusAddress()
public long getTimeout()
public java.lang.Class<T> getServiceClass()
public WireProtocol getWireProtocol()
public RPCClientOptions<T> setWireProtocol(WireProtocol wireProtocol)
Copyright © 2015. All Rights Reserved.