Package org.elasticsearch.gateway
Class GatewayModule
java.lang.Object
org.elasticsearch.common.inject.AbstractModule
org.elasticsearch.gateway.GatewayModule
- All Implemented Interfaces:
Module
public class GatewayModule extends AbstractModule
-
Constructor Summary
Constructors Constructor Description GatewayModule() -
Method Summary
Methods inherited from class org.elasticsearch.common.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GatewayModule
public GatewayModule()
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractModuleConfigures aBindervia the exposed methods.- Specified by:
configurein classAbstractModule
-