Package io.micronaut.servlet.http
Interface ServletHttpRequest.AsyncExecutionCallback
- Enclosing interface:
- ServletHttpRequest<N,
B>
public static interface ServletHttpRequest.AsyncExecutionCallback
Async execution callback.
- Since:
- 4.0.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(ServletHttpRequest.AsyncExecution asyncExecution) Do job in the asynchronous way.
-
Method Details
-
run
Do job in the asynchronous way. After the completionServletHttpRequest.AsyncExecution.complete()
should be called.- Parameters:
asyncExecution
- The async execution
-