4041424344454647484950
protected void configure() { bind(NioEventLoopGroup.class) .toInstance(eventLoopGroup); RpcServer rpcServer = new RpcServer(eventLoopGroup, saddr); bind(RpcServer.class) .toInstance(rpcServer); expose(RpcServer.class);