Dispatch operator for MVC routes.
@Path("/r") class Resources { @Dispatch @GET public ... dispatch() { // do blocking calls } }
- Since:
- 2.0.0
- Author:
- edgar
-
Optional Element Summary
-
Element Details
-
value
String valueName of the executor to use or blank to use the server worker executor.- Returns:
- Name of the executor to use or blank to use the server worker executor.
- Default:
- "worker"
-