Package com.netflix.paas.cassandra.discovery

Examples of com.netflix.paas.cassandra.discovery.EurekaModule


                protected void configure() {
                    bind(String.class).annotatedWith(Names.named("groupName")).toInstance(groupName);
                }
            },
//            new CassandraPaasModule(),
            new EurekaModule()
//            new PaasModule(),
//            new JerseyServletModule() {
//                @Override
//                protected void configureServlets() {
//                    // Route all requests through GuiceContainer
View Full Code Here


                    @Override
                    protected void configure() {
                        bind(String.class).annotatedWith(Names.named("groupName")).toInstance("testgroup");
                    }
                },
                new EurekaModule()
            );
           
            // Create the injector
            Injector injector = LifecycleInjector.builder()
                .withModules(modules)
View Full Code Here

TOP

Related Classes of com.netflix.paas.cassandra.discovery.EurekaModule

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.