Package jadex.publishservice.publish
Interface IAsyncContextInfo
public interface IAsyncContextInfo
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.AsyncContext
Get the context itself.boolean
Test if context is complete.
-
Field Details
-
ASYNC_CONTEXT_INFO
Async context info.- See Also:
-
-
Method Details
-
isComplete
boolean isComplete()Test if context is complete. -
getAsyncContext
jakarta.servlet.AsyncContext getAsyncContext()Get the context itself.
-