public interface SingletonElectionListener
Modifier and Type | Method and Description |
---|---|
void |
elected(List<Node> candidateMembers,
Node electedMember)
Triggered when a singleton election completes, electing the specified member from the specified list of candidates.
|
void elected(List<Node> candidateMembers, Node electedMember)
candidateMembers
- the list of candidate memberselectedMember
- the elected primary provider of a singleton serviceCopyright © 2021 JBoss by Red Hat. All rights reserved.