@FunctionalInterface public static interface Lifecycle.LifecycleHandler
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
run()
Execute the lifecycle activity.
|
CompletableFuture<Void> run()
Implementations preferably do not throw exceptions, but return a CompletableFuture
with an
exceptional result instead.
Copyright © 2010–2023. All rights reserved.