KeyedDoOnEvent
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.
Constructors
Link copied to clipboard
fun <K : Any, T : Any> KeyedDoOnEvent(action: suspend KeyedPhysicalReplica<K, T>.(event: KeyedReplicaEvent<K, T>) -> Unit)
Content copied to clipboard