public class RPCServerOptions extends Object
| Constructor and Description |
|---|
RPCServerOptions(io.vertx.core.Vertx vertx) |
RPCServerOptions(io.vertx.core.Vertx vertx,
RPCServerOptions other) |
| Modifier and Type | Method and Description |
|---|---|
RPCServerOptions |
addService(Object service) |
String |
getBusAddress() |
int |
getMaxBufferedMessages() |
RPCHook |
getRpcHook() |
io.vertx.core.Vertx |
getVertx() |
WireProtocol |
getWireProtocol() |
RPCServerOptions |
setBusAddress(String busAddress) |
RPCServerOptions |
setMaxBufferedMessages(int maxBufferedMessages) |
RPCServerOptions |
setRpcHook(RPCHook rpcHook) |
RPCServerOptions |
setWireProtocol(WireProtocol wireProtocol) |
public RPCServerOptions(io.vertx.core.Vertx vertx)
public RPCServerOptions(io.vertx.core.Vertx vertx,
RPCServerOptions other)
public RPCServerOptions addService(Object service)
public int getMaxBufferedMessages()
public RPCServerOptions setMaxBufferedMessages(int maxBufferedMessages)
public io.vertx.core.Vertx getVertx()
public RPCServerOptions setBusAddress(String busAddress)
public RPCHook getRpcHook()
public RPCServerOptions setRpcHook(RPCHook rpcHook)
public String getBusAddress()
public WireProtocol getWireProtocol()
public RPCServerOptions setWireProtocol(WireProtocol wireProtocol)
Copyright © 2015. All rights reserved.