Class Lifecycle.LegacyLifecycle
- java.lang.Object
-
- ch.raffael.meldioc.library.base.lifecycle.Lifecycle
-
- ch.raffael.meldioc.library.base.lifecycle.Lifecycle.LegacyLifecycle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ch.raffael.meldioc.library.base.lifecycle.Lifecycle
Lifecycle.Feature, Lifecycle.LegacyLifecycle, Lifecycle.StartupError, Lifecycle.StartupResult, Lifecycle.StartupSuccess
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLegacyLifecycle(java.util.function.Supplier<? extends io.vavr.collection.Traversable<? extends io.vavr.CheckedRunnable>> startupActions, java.util.function.Supplier<? extends java.util.concurrent.Executor> executor, java.util.function.Supplier<? extends ShutdownController.Actuator> shutdownActuator, java.time.Instant createTimestamp)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class ch.raffael.meldioc.library.base.lifecycle.Lifecycle
asApplication, asApplication, exitOnError, exitOnError, log, nullShutdownActuator, of, of, of, of, onError, onSuccess, shutdown, shutdownHook, start, start, start
-
-
-
-
Constructor Detail
-
LegacyLifecycle
protected LegacyLifecycle(java.util.function.Supplier<? extends io.vavr.collection.Traversable<? extends io.vavr.CheckedRunnable>> startupActions, java.util.function.Supplier<? extends java.util.concurrent.Executor> executor, java.util.function.Supplier<? extends ShutdownController.Actuator> shutdownActuator, java.time.Instant createTimestamp)Deprecated, for removal: This API element is subject to removal in a future version.
-
-