onEachReplica
abstract suspend fun onEachReplica(includeChildrenOfKeyedReplicas: Boolean = true, action: suspend PhysicalReplica<*>.() -> Unit)
Content copied to clipboard
Executes an action on each PhysicalReplica.
Parameters
includeChildrenOfKeyedReplicas
specifies if an action will be executed on children of keyed replicas.