Events
Sequence of Redux actions:
Once you have defined an operation with an action type in the config file, every time you dispatch this action, here is the sequence of actions dispatched to the store.
Action type defined in config file's operation property and dispatched
Action type_BEGIN dispatched.
QueueManager/ADD_TO_QUEUE/Action type dispatched with all options about the call
Action type_SUCCESS or FAILURE dispatched upon call resolution
QueueManager/REMOVE_FROM_QUEUE/Action type
Browser Events Redux-optimum listens to:
Redux-optimum listens to the online and offline events from the browsers if implemented and queues the calls depending on this status.
Actions Redux-optimum listens to:
LoggedIn/LoggedOut
method called when retrieving a fresh token
ACTIONS TO INTERACT WITH THE QUEUE MANAGER
Action to retrigger the queue
Action to clear the queue
Last updated
Was this helpful?