Companion

object Companion

Functions

Link copied to clipboard
fun default(dispatcher: CoroutineDispatcher = Dispatchers.Main, interval: Duration = 500.milliseconds, chunkSize: Int = 10): BatchSchedulerFactory

Create a new BatchScheduler factory with built-in scheduler implementation.