io.sarl.sre.janus.boot.internal.services
Class LifecycleServiceModule
All Superinterfaces:
io.bootique.di.BQModule
class LifecycleServiceModule
extends java.lang.Object
implements io.bootique.di.BQModule
Module for the lifecycle services.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Action Summary
Modifier and type Action and description
void configure(Binder)
LifecycleService provideLifecycleService(Provider<T>,Injector)
Construct the lifecycle service.
Action Details
configure(Binder)
def configure(Binder)
provideLifecycleService(Provider<T>,Injector)
def provideLifecycleService(Provider<T>,Injector) : LifecycleService
Construct the lifecycle service.
Parameters:
config - accessor to the lifecycle bootique configuration.
injector - the current injector
Returns:
the handler.
Since:
0.11