Uses of Interface
org.eclipse.jetty.util.component.Graceful.ThrowingRunnable
Packages that use Graceful.ThrowingRunnable
-
Uses of Graceful.ThrowingRunnable in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with parameters of type Graceful.ThrowingRunnableModifier 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
.