Class ReduxAction
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.action.ReduxActionOptions<CustomActionPayload,MetaSaga>
-
- net.n2oapp.framework.api.metadata.meta.ReduxAction
-
- All Implemented Interfaces:
Serializable,ActionOptions
public class ReduxAction extends ReduxActionOptions<CustomActionPayload,MetaSaga>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReduxAction()ReduxAction(String type)ReduxAction(String type, Map<String,Object> params)
-