batchIntents

fun <S : MVIState, I : MVIIntent, A : MVIAction> StoreBuilder<S, I, A>.batchIntents(mode: BatchingMode, name: String? = "BatchIntentsDecorator", onUnhandledIntent: suspend PipelineContext<S, I, A>.(intent: I) -> Unit = {}): BatchQueue<I>

Installs a new batchIntentsDecorator for all plugins of this store.

Parameters

onUnhandledIntent

see batchIntentsDecorator for semantics.