public class EventBusConnectionSupport extends java.lang.Object implements IConnectionSupport
IConnectionSupport.INetworkCon| Constructor and Description |
|---|
EventBusConnectionSupport(io.vertx.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(int port,
java.lang.String host,
io.vertx.core.Handler<io.vertx.core.AsyncResult<IConnectionSupport.INetworkCon>> futureCon) |
io.vertx.core.Vertx |
vertx() |
public EventBusConnectionSupport(io.vertx.core.Vertx vertx)
public io.vertx.core.Vertx vertx()
vertx in interface IConnectionSupportpublic void connect(int port,
java.lang.String host,
io.vertx.core.Handler<io.vertx.core.AsyncResult<IConnectionSupport.INetworkCon>> futureCon)
connect in interface IConnectionSupportCopyright © 2021. All Rights Reserved.