case class ActionCompositionConfiguration(controllerAnnotationsFirst: Boolean = false, executeActionCreatorActionFirst: Boolean = false, includeWebSocketActions: Boolean = false) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionCompositionConfiguration
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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.
Configuration for action composition.
If annotations put on controllers should be executed before the ones put on actions.
If the action returned by the action creator should be executed before the action composition ones.
If WebSocket actions should be included in action composition.