Package-level declarations
Types
The mode of batching for the batchIntentsDecorator.
Queue holder of the batchIntentsDecorator.
Retry strategy used with retryIntentsDecorator and retryActionsDecorator.
Functions
Installs a new batchIntentsDecorator for all plugins of this store.
A decorator that batches intents based on the BatchingMode and stores them in a BatchQueue.
Conflates intents going through this decorator based on the equality function provided in compare.
Conflates intents going through this decorator based on the equality function provided in compare.
Creates a new decorator that runs each StorePlugin.onIntent through a time-out block.
Install a retryActionsDecorator over this Store.
Install a new decorator that retries invoking StorePlugin.onAction using the specified strategy and selector for choosing whether to retry a given action.
Install a retryIntentsDecorator over this Store.
Install a new decorator that retries invoking StorePlugin.onIntent using the specified strategy and selector for choosing whether to retry a given intent.
Installs a new intentTimeoutDecorator for all intents in this store.