Uses of Interface
org.eclipse.jetty.util.component.Graceful.ThrowingRunnable
-
Packages that use Graceful.ThrowingRunnable Package Description org.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Management -
-
Uses of Graceful.ThrowingRunnable in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with parameters of type Graceful.ThrowingRunnable Modifier and Type Method Description static java.util.concurrent.CompletableFuture<java.lang.Void>Graceful. shutdown(Graceful.ThrowingRunnable runnable)Utility method to execute aGraceful.ThrowingRunnablein a new daemon thread and be notified of the result in aCompletableFuture.
-