Uses of Interface
org.eclipse.jetty.util.thread.Invocable
Packages that use Invocable
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces of Invocable in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptioninterfaceA callback abstraction that handles completed/failed events of asynchronous operations.Classes in org.eclipse.jetty.util that implement InvocableModifier and TypeClassDescriptionstatic classA CompletableFuture that is also a Callback.static classA Callback implementation that calls theCallback.Completing.completed()method when it either succeeds or fails.static classNested Completing Callback that completes after completing the nested callbackclassA callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.classclassThis specialized callback implements a pattern that allows a large job to be broken into smaller tasks using iteration rather than recursion.classIterating Nested Callback.classA Closeable Callback. -
Uses of Invocable in org.eclipse.jetty.util.thread
Subinterfaces of Invocable in org.eclipse.jetty.util.threadClasses in org.eclipse.jetty.util.thread that implement InvocableModifier and TypeClassDescriptionstatic classARunnabledecorated with anInvocable.InvocationType.