Uses of Class
io.airlift.bootstrap.LifeCycleStopException
-
-
Uses of LifeCycleStopException in io.airlift.bootstrap
Methods in io.airlift.bootstrap that throw LifeCycleStopException Modifier and Type Method Description voidLifeCycleManager. stop()Stop the life cycle - all instances will have theirPreDestroymethod(s) called and any exceptions raised will be immediately logged.voidLifeCycleManager. stopWithoutFailureLogging()Stop the life cycle - all instances will have theirPreDestroymethod(s) called and any exceptions raised will be collected and thrown in a wrappedLifeCycleStopExceptionas suppressed exceptions.
-