Package me.aartikov.replica.keyed.behaviour.standard
Types
Link copied to clipboard
class KeyedDoOnEvent<K : Any, T : Any>(action: suspend KeyedPhysicalReplica<K, T>.(event: KeyedReplicaEvent<K, T>) -> Unit) : KeyedReplicaBehaviour<K, T>
Content copied to clipboard
KeyedReplicaBehaviour that executes some action on all KeyedReplicaEvent.