log.error(ar.cause());
}
}
});
});
this.sharedData = new SharedDataImpl(this, clusterManager);
} else {
this.clusterManager = null;
this.sharedData = new SharedDataImpl(this, null);
this.eventBus = new EventBusImpl(this);
if (resultHandler != null) {
resultHandler.handle(Future.completedFuture(this));
}
}