Package org.xbib.elasticsearch.websocket

Examples of org.xbib.elasticsearch.websocket.InteractiveActionModule


    }

    @Override
    protected void configure() {
        bind(InteractiveController.class).asEagerSingleton();
        new InteractiveActionModule(webSocketActions).configure(binder());
        bind(HttpPatchRestController.class).asEagerSingleton();
    }
View Full Code Here

TOP

Related Classes of org.xbib.elasticsearch.websocket.InteractiveActionModule

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.