case class ActionCompositionConfiguration(controllerAnnotationsFirst: Boolean = false, executeActionCreatorActionFirst: Boolean = false, includeWebSocketActions: Boolean = false) extends Product with Serializable
Configuration for action composition.
- controllerAnnotationsFirst
If annotations put on controllers should be executed before the ones put on actions.
- executeActionCreatorActionFirst
If the action returned by the action creator should be executed before the action composition ones.
- includeWebSocketActions
If WebSocket actions should be included in action composition.
- Source
- HttpConfiguration.scala
- Alphabetic
- By Inheritance
- ActionCompositionConfiguration
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ActionCompositionConfiguration(controllerAnnotationsFirst: Boolean = false, executeActionCreatorActionFirst: Boolean = false, includeWebSocketActions: Boolean = false)
- controllerAnnotationsFirst
If annotations put on controllers should be executed before the ones put on actions.
- executeActionCreatorActionFirst
If the action returned by the action creator should be executed before the action composition ones.
- includeWebSocketActions
If WebSocket actions should be included in action composition.