Class Promise.Invocable.Abstract<T>
java.lang.Object
org.eclipse.jetty.util.Promise.Invocable.Abstract<T>
- Type Parameters:
 T- the type of the promise result
- All Implemented Interfaces:
 Promise<T>, Promise.Invocable<T>, Invocable
- Direct Known Subclasses:
 Promise.Invocable.NonBlocking
- Enclosing interface:
 Promise.Invocable<R>
public abstract static class Promise.Invocable.Abstract<T>
extends Object
implements Promise.Invocable<T>
Abstract implementation of Promise.Invocable
with the specified Invocable.InvocationType.
- 
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
 
- 
Constructor Details
- 
Abstract
 
 - 
 - 
Method Details
- 
getInvocationType
- Specified by:
 getInvocationTypein interfaceInvocable- Returns:
 - The InvocationType of this object
 
 
 -