| Modifier and Type | Method and Description |
|---|---|
void |
LifeCycleManager.addInstance(Object instance)
Add an additional managed instance
|
void |
LifeCycleManager.start()
Start the life cycle - all instances will have their
PostConstruct method(s) called |
| Constructor and Description |
|---|
LifeCycleManager(List<Object> managedInstances,
io.airlift.bootstrap.LifeCycleMethodsMap methodsMap) |
Copyright © 2010–2021 Airlift. All rights reserved.