/** * @param toClientOutbount the toClientOutbount to set */ public static EventBusOptions configEBCluster() { final EventBusOptions eb = new EventBusOptions(); if (privateIP != null) eb.setPort(portEBCluster).setHost(privateIP); return eb; }
public EventBusOptions getEventBus() { return eventBus; }
public void setEventBus(EventBusOptions eventBus) { this.eventBus = eventBus; }