public class ShutdownModule
extends com.google.inject.AbstractModule
| Modifier and Type | Class and Description |
|---|---|
static class |
ShutdownModule.ShutdownServer |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Modifier | Constructor and Description |
|---|---|
|
ShutdownModule() |
protected |
ShutdownModule(int port) |
| Modifier and Type | Method and Description |
|---|---|
static com.netflix.governator.guice.BootstrapModule |
asBootstrapModule() |
static com.netflix.governator.guice.BootstrapModule |
asBootstrapModule(int port) |
protected com.google.inject.binder.LinkedBindingBuilder<rx.functions.Action0> |
bindAfterShutdownAction() |
protected com.google.inject.binder.LinkedBindingBuilder<rx.functions.Action0> |
bindBeforeShutdownAction() |
protected void |
configure() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic static final int DEFAULT_PORT
@Inject public ShutdownModule()
protected ShutdownModule(int port)
protected void configure()
configure in class com.google.inject.AbstractModuleprotected com.google.inject.binder.LinkedBindingBuilder<rx.functions.Action0> bindBeforeShutdownAction()
protected com.google.inject.binder.LinkedBindingBuilder<rx.functions.Action0> bindAfterShutdownAction()
public static com.netflix.governator.guice.BootstrapModule asBootstrapModule()
public static com.netflix.governator.guice.BootstrapModule asBootstrapModule(int port)