Package ninja.metrics

Examples of ninja.metrics.MetricsModule


        // some additional bindings for the application:
        bind(GreetingService.class).to(GreetingServiceImpl.class).asEagerSingleton();
        // Bind the UDP ping controller so it starts up on server start
        // bind(UdpPingController.class);

        install(new MetricsModule());

    }
View Full Code Here

TOP

Related Classes of ninja.metrics.MetricsModule

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.