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 IConnectionSupport
public void connect(int port, java.lang.String host, io.vertx.core.Handler<io.vertx.core.AsyncResult<IConnectionSupport.INetworkCon>> futureCon)
connect
in interface IConnectionSupport
Copyright © 2021. All Rights Reserved.