RouterViewModelConfig
constructor(capacity: Capacity = Capacity.Default, dispatcher: CoroutineDispatcher = Dispatchers.Default, identity: Contract.Identity = Contract.identity())
Parameters
capacity
Buffer capacity for the router's internal streams
dispatcher
Coroutine dispatcher for router operations
identity
Optional identity for the router instance