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() |
io.vertx.core.Vertx |
getVertx() |
RPCServerOptions |
setBusAddress(String busAddress) |
RPCServerOptions |
setMaxBufferedMessages(int maxBufferedMessages) |
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 String getBusAddress()
Copyright © 2016. All rights reserved.