instances of all microservice clients
History-related helper methods; injected at service initialization time.
selector functions for extracting data from the store
instance of the state store
storefront config
Listen on a collection of events.
Callbacks registered for a given collection will be invoked each time the member events have been emitted at least once. Note that the order of the member events is not significant.
Callbacks are not invoked with arguments, however, data may be accessed from the store as normal.
The context to invoke the listener with.
Remove a callback for a given collection of events.
The order of the member events is not significant.
Emit an event and an associated payload.
Update the event collection counters and invoke the associated callbacks if required.
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a listener for a given event.
Add a one-time listener for a given event.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
create instance of Searchandiser API client
create instances of all clients used to contact microservices
create instance of SAYT API client
Generated using TypeDoc
actions for modifying contents of the store