Uses of Interface
org.flux.store.api.Middleware
-
Packages that use Middleware Package Description org.flux.store.main org.flux.store.utils -
-
Uses of Middleware in org.flux.store.main
Methods in org.flux.store.main with parameters of type Middleware Modifier and Type Method Description protected static <T extends State>
DuxSlice<T>DuxSlice. createSlice(T initialState, Map<String,Reducer<T>> reducers, List<Consumer<T>> subscribers, Middleware<T> middleware, Boolean asyncFlag, Boolean autoBackup, String backupPath)DuxSliceBuilder<T>DuxSliceBuilder. setMiddleware(Middleware<T> middleware)DuxStoreBuilder<T>DuxStoreBuilder. setMiddleware(Middleware<T> middleware)Constructors in org.flux.store.main with parameters of type Middleware Constructor Description DuxStore(T initialState, Reducer<T> reducer, Middleware<T> middleware) -
Uses of Middleware in org.flux.store.utils
Methods in org.flux.store.utils that return Middleware Modifier and Type Method Description static <T extends State>
Middleware<T>Utilities. compose(Middleware<T>... middlewares)Methods in org.flux.store.utils with parameters of type Middleware Modifier and Type Method Description static <T extends State>
Middleware<T>Utilities. compose(Middleware<T>... middlewares)
-