Uses of Class
io.airlift.bootstrap.LifeCycleStartException
-
-
Uses of LifeCycleStartException in io.airlift.bootstrap
Methods in io.airlift.bootstrap that throw LifeCycleStartException Modifier and Type Method Description voidLifeCycleManager. addInstance(Object instance)Add an additional managed instancevoidLifeCycleManager. start()Start the life cycle - all instances will have theirPostConstructmethod(s) calledConstructors in io.airlift.bootstrap that throw LifeCycleStartException Constructor Description LifeCycleManager(List<Object> managedInstances, io.airlift.bootstrap.LifeCycleMethodsMap methodsMap)
-