DoOnCreated
class DoOnCreated<T : Any>(action: suspend PhysicalReplica<T>.() -> Unit) : ReplicaBehaviour<T>
Content copied to clipboard
ReplicaBehaviour that executes some action when a replica is created.
ReplicaBehaviour that executes some action when a replica is created.