Class Lifecycle.LegacyLifecycle

  • Enclosing class:
    Lifecycle

    @Deprecated(forRemoval=true)
    public static class Lifecycle.LegacyLifecycle
    extends Lifecycle
    Deprecated, for removal: This API element is subject to removal in a future version.
    • 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.