public class RPCServerOptions
extends java.lang.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(java.lang.Object service) |
java.lang.String |
getBusAddress() |
int |
getMaxBufferedMessages() |
io.vertx.core.Vertx |
getVertx() |
WireProtocol |
getWireProtocol() |
RPCServerOptions |
setBusAddress(java.lang.String busAddress) |
RPCServerOptions |
setMaxBufferedMessages(int maxBufferedMessages) |
RPCServerOptions |
setWireProtocol(WireProtocol wireProtocol) |
public RPCServerOptions(io.vertx.core.Vertx vertx)
public RPCServerOptions(io.vertx.core.Vertx vertx,
RPCServerOptions other)
public RPCServerOptions addService(java.lang.Object service)
public int getMaxBufferedMessages()
public RPCServerOptions setMaxBufferedMessages(int maxBufferedMessages)
public io.vertx.core.Vertx getVertx()
public RPCServerOptions setBusAddress(java.lang.String busAddress)
public java.lang.String getBusAddress()
public WireProtocol getWireProtocol()
public RPCServerOptions setWireProtocol(WireProtocol wireProtocol)
Copyright © 2015. All Rights Reserved.