public interface ExtendedMembershipListener extends MembershipListener
Modifier and Type | Method and Description |
---|---|
void |
unblock()
Called after the FLUSH protocol has unblocked previously blocked senders, and
messages can be sent again.
|
block, suspect, viewAccepted
void unblock()
Note that during new view installation we provide guarantee that unblock invocation strictly follows view installation at some node A belonging to that view . However, some other message M may squeeze in between view and unblock callbacks. For more details see https://jira.jboss.org/jira/browse/JGRP-986
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.