Package io.micronaut.servlet.http
Interface ServletHttpRequest.AsyncExecution
- Enclosing interface:
 - ServletHttpRequest<N,
B>  
public static interface ServletHttpRequest.AsyncExecution
Async execution.
- Since:
 - 4.0.0
 - Author:
 - Denis Stepanov
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete()Method should be called after the async processing is completed. 
- 
Method Details
- 
complete
void complete()Method should be called after the async processing is completed. 
 -