store property

S store
final

A reference to an instantiated Flux store object that backs the adapter store.

This store instance is the actual container of all store data, with the ConnectFluxAdapterStore acting as an interface to connect to the store. Unlike a FluxToReduxAdapterStore, updates to the store should come from Flux.

Implementation

final S store;