HazelcastInstance instance = setupHazelCast(opts.hosts);
Server us = recordServerInstance(opts, instance);
bootstrap.getRpcServiceRegistry().registerBlockingService(
Catcher.CatcherService.newReflectiveBlockingService(new CatcherImpl(us, instance, opts.basePath)));
bootstrap.bind();
}
private static DuplexTcpServerBootstrap startProtoServer(int port) {
PeerInfo serverInfo = new PeerInfo("0.0.0.0", port);