public class LifecycleServiceModule
extends com.google.inject.AbstractModule
Modifier and Type | Method and Description |
---|---|
protected void |
configure() |
LifecycleService |
provideLifecycleService(config : javax.inject.Provider<SreConfig>,
injector : com.google.inject.Injector)
Construct the lifecycle service.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
protected def
configure() : void
configure
in class com.google.inject.AbstractModule
@Provides
@Singleton
@Pure
public def
provideLifecycleService(config : javax.inject.Provider<SreConfig>,
injector : com.google.inject.Injector) : LifecycleService
LifecycleServiceModule
lifecycleConfig
- accessor to the lifecycle bootique configuration.injector
- the current injectorCopyright © 2021 the original authors or authors.