77787980818283
public DefaultVertx(String hostname) { this(DEFAULT_CLUSTER_PORT, hostname); } public DefaultVertx(int port, String hostname) { this.eventBus = new DefaultEventBus(this, port, hostname, new HazelcastClusterManager(this)); }