Package com.netflix.paas.cassandra

Examples of com.netflix.paas.cassandra.MetaModule


                        bind(String.class).annotatedWith(Names.named("groupName")).toInstance("UnitTest1");
                        bind(String.class).annotatedWith(Names.named("clustername")).toInstance("localhost");
                    }
                },
                new CassandraPaasModule(),
                new MetaModule(),
                //new EurekaModule(),
                new PaasModule(),
                new JerseyServletModule() {
                    @Override
                    protected void configureServlets() {
View Full Code Here


public class NewPaasGuiceServletConfig extends GuiceServletContextListener {
    @Override
    protected Injector getInjector() {
        return LifecycleInjector.builder()
            .withModules(
                new MetaModule(),
                //new EurekaModule(),
                new JerseyServletModule() {
                    @Override
                    protected void configureServlets() {
                        // Route all requests through GuiceContainer
View Full Code Here

TOP

Related Classes of com.netflix.paas.cassandra.MetaModule

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.