Examples of WaveServerModule


Examples of org.waveprotocol.box.server.waveserver.WaveServerModule

        WaveServerImpl.class);

    bind(Executor.class).annotatedWith(LookupExecutor.class).toInstance(
        Executors.newFixedThreadPool(lookupCount));

    install(new WaveServerModule(enableFederation, listenerCount, waveletLoadCount,
        deltaPersistCount, storageContinuationCount));
    TypeLiteral<List<String>> certs = new TypeLiteral<List<String>>() {};
    bind(certs).annotatedWith(Names.named("certs")).toInstance(Arrays.<String> asList());

    bind(ProtoSerializer.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.