| Modifier and Type | Method and Description |
|---|---|
VertxEventBusProtocol |
VertxEventBusProtocol.copy() |
VertxEventBusProtocol |
VertxEventBusProtocol.withHost(String host)
Sets the Vert.x host, returning the event bus protocol for method chaining.
|
VertxEventBusProtocol |
VertxEventBusProtocol.withPort(int port)
Sets the Vert.x port, returning the protocol for method chaining.
|
VertxEventBusProtocol |
VertxEventBusProtocol.withVertx(io.vertx.core.Vertx vertx)
Sets the Vert.x instance, returning the protocol for method chaining.
|
Copyright © 2013-2015. All Rights Reserved.