Uses of Interface
org.eclipse.jetty.util.thread.Invocable
Packages that use Invocable
-
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 classstatic 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.