protected class BatchingClusterEventManagerImpl.UnicastEventContext<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Address,org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.TargetEvents<K,V>> |
targets |
Modifier | Constructor and Description |
---|---|
protected |
UnicastEventContext() |
Modifier and Type | Method and Description |
---|---|
void |
addTargets(Address address,
UUID identifier,
Collection<ClusterEvent<K,V>> events,
boolean sync) |
CompletionStage<Void> |
sendToTargets() |
public void addTargets(Address address, UUID identifier, Collection<ClusterEvent<K,V>> events, boolean sync)
public CompletionStage<Void> sendToTargets()
Copyright © 2021 JBoss by Red Hat. All rights reserved.