PlayRouterUsingActions
Boiler plate needed for the generated Play routers allowing for adding a service implementation in a Play app, inherited by the generated abstract service router (both Java and Scala) which is then implemented by the user.
INTERNAL API
Attributes
- Graph
-
- Supertypes
-
trait Routerclass Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
INTERNAL API
INTERNAL API
Attributes
Concrete methods
Documentation for the router.
Documentation for the router.
Attributes
- Returns
-
A list of method, path pattern and controller/method invocations for each route.
- Definition Classes
-
Router
The actual routes of the router.
The actual routes of the router.
Attributes
- Definition Classes
-
Router
Registering a gRPC service under a custom prefix is not widely supported and strongly discouraged by the specification so therefore not supported.
Registering a gRPC service under a custom prefix is not widely supported and strongly discouraged by the specification so therefore not supported.
Attributes
- Definition Classes
-
Router
Inherited methods
An alternative syntax for withPrefix. For example:
An alternative syntax for withPrefix. For example:
val router = "/bar" /: barRouter
Attributes
- Inherited from:
- Router
Attributes
- Inherited from:
- Router
A lifted version of the routes partial function.
A lifted version of the routes partial function.
Attributes
- Inherited from:
- Router
Compose two routers into one. The resulting router will contain both the routes in this as well as router
Compose two routers into one. The resulting router will contain both the routes in this as well as router
Attributes
- Inherited from:
- Router