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 Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.TaskNested classes/interfaces inherited from interface Promise
Promise.Completable<S>, Promise.Invocable<R>, Promise.Task<T>, Promise.Wrapper<W>Nested classes/interfaces inherited from interface Promise.Invocable
Promise.Invocable.Abstract<T>, Promise.Invocable.NonBlocking<T> - 
Field Summary
Fields inherited from interface Invocable
__nonBlocking, NOOP - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Promise.Invocable.Abstract
getInvocationType 
- 
Constructor Details
- 
NonBlocking
public NonBlocking() 
 -