Class Promise.Invocable.NonBlocking<T>
java.lang.Object
org.eclipse.jetty.util.Promise.Invocable.Abstract<T>
org.eclipse.jetty.util.Promise.Invocable.NonBlocking<T>
- Type Parameters:
T
- the type of the promise result
- All Implemented Interfaces:
Promise<T>
,Promise.Invocable<T>
,Invocable
- Enclosing interface:
Promise.Invocable<R>
Abstract implementation of Promise.Invocable
with
Invocable.InvocationType
set to Invocable.InvocationType.NON_BLOCKING
.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Promise
Promise.Completable<S>, Promise.Invocable<R>, Promise.Task<T>, Promise.Wrapper<W>
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Promise.Invocable
Promise.Invocable.Abstract<T>, Promise.Invocable.NonBlocking<T>
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking, NOOP
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.util.Promise.Invocable.Abstract
getInvocationType
-
Constructor Details
-
NonBlocking
public NonBlocking()
-