Package healthchecks

Examples of healthchecks.ElasticSearchHealthCheck


        environment.addResource(new TagSearchResource(articleDao));
        environment.addResource(new FeedResource(articleDao)); // streaming resource
        environment.addResource(new TemplateResource());

        // health check
        environment.addHealthCheck(new ElasticSearchHealthCheck(esManager.getNode()));

        // Handlebars JavaScript ServerSide renderer
        environment.addProvider(new JsViewMessageBodyWriter(getJson()));
        JsRenderer.init(configuration.requireJsPath, configuration.otherJs);
View Full Code Here

TOP

Related Classes of healthchecks.ElasticSearchHealthCheck

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.