Package com.tearsofaunicorn.diy.resources

Examples of com.tearsofaunicorn.diy.resources.HelloWorldResource


    @Override
    public void run(HelloWorldConfiguration configuration,
                    Environment environment) {
        final String template = configuration.getTemplate();
        final String defaultName = configuration.getDefaultName();
        environment.addResource(new HelloWorldResource(template, defaultName));
    environment.addHealthCheck(new TemplateHealthCheck(template));
    }
View Full Code Here

TOP

Related Classes of com.tearsofaunicorn.diy.resources.HelloWorldResource

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.