Class GroupListenerNotificationTask
java.lang.Object
org.wildfly.clustering.server.infinispan.group.GroupListenerNotificationTask
- All Implemented Interfaces:
Runnable,Consumer<GroupListener>
public class GroupListenerNotificationTask
extends Object
implements Runnable, Consumer<GroupListener>
A task that notifies a set of
GroupListener instances.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionGroupListenerNotificationTask(Iterable<Map.Entry<GroupListener, ExecutorService>> listeners, Membership previous, Membership current, boolean merged) -
Method Summary
-
Constructor Details
-
GroupListenerNotificationTask
public GroupListenerNotificationTask(Iterable<Map.Entry<GroupListener, ExecutorService>> listeners, Membership previous, Membership current, boolean merged)
-
-
Method Details
-
run
public void run() -
accept
- Specified by:
acceptin interfaceConsumer<GroupListener>
-