BatchSchedulerFactory

fun interface BatchSchedulerFactory

Factory for creating BatchScheduler instances.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun create(scope: CoroutineScope): BatchScheduler

Create a new BatchScheduler instance.