Package org.robotninjas.protobuf.netty.client

Examples of org.robotninjas.protobuf.netty.client.RpcClient


        .asEagerSingleton();

    expose(RaftClientProvider.class);
   
    bind(RpcClient.class)
        .toInstance(new RpcClient(eventLoopGroup));
  }
View Full Code Here

TOP

Related Classes of org.robotninjas.protobuf.netty.client.RpcClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.