Uses of Interface
org.eclipse.jetty.util.component.Graceful.ThrowingRunnable
-
Uses of Graceful.ThrowingRunnable in org.eclipse.jetty.util.component
Modifier and TypeMethodDescriptionstatic CompletableFuture<Void>
Graceful.shutdown
(Graceful.ThrowingRunnable runnable) Utility method to execute aGraceful.ThrowingRunnable
in a new daemon thread and be notified of the result in aCompletableFuture
.