Package jadex.extension.rs.publish
Interface IAsyncContextInfo
- 
 public interface IAsyncContextInfo
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringASYNC_CONTEXT_INFOAsync context info.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisComplete()Test if context is complete.
 
- 
- 
- 
Field Detail- 
ASYNC_CONTEXT_INFOstatic final java.lang.String ASYNC_CONTEXT_INFO Async context info.- See Also:
- Constant Field Values
 
 
- 
 
-