Class AsyncService
java.lang.Object
services.moleculer.web.servlet.service.ServiceMode
services.moleculer.web.servlet.service.AsyncService
Non-blocking request processing mode.
-
Field Summary
Fields inherited from class ServiceMode
asyncTimeout, broker, gateway -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class ServiceMode
getAsyncTimeout, setAsyncTimeout
-
Constructor Details
-
AsyncService
-
-
Method Details
-
service
public void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Exception - Specified by:
servicein classServiceMode- Throws:
Exception
-