StateReconciler
@Singleton
At an interval it checks for any complete states and flushes them to the platform.
Constructors
Link copied to clipboard
constructor(stateStore: StateStore, emittedStatsStore: EmittedStatsStore, consumer: OutputConsumer, @Named(value = "stateReconcilerScope") scope: CoroutineScope, @Named(value = "stateReconcilerInterval") interval: Duration?)