Uses of Class
io.airlift.bootstrap.LifeCycleStartException
-
Uses of LifeCycleStartException in io.airlift.bootstrap
Methods in io.airlift.bootstrap that throw LifeCycleStartExceptionModifier and TypeMethodDescriptionvoidLifeCycleManager.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 LifeCycleStartExceptionModifierConstructorDescriptionLifeCycleManager(List<Object> managedInstances, io.airlift.bootstrap.LifeCycleMethodsMap methodsMap)