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