Examples of HK2WhenCassandraBinder


Examples of com.englishtown.vertx.cassandra.hk2.HK2WhenCassandraBinder

     * methods.
     */
    @Override
    protected void configure() {

        install(new MetricsBinder(), new HK2WhenCassandraBinder());

        bind(BinaryStoreStarter.class).to(BinaryStoreStarter.class);
        bind(DefaultBinaryStoreManager.class).to(BinaryStoreManager.class).in(Singleton.class);
        bind(DefaultBinaryStoreStatements.class).to(BinaryStoreStatements.class).in(Singleton.class);
        bind(DefaultBinaryStoreWriter.class).to(BinaryStoreWriter.class).in(Singleton.class);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.