public class ConsensusBasedVoter extends Object implements VotingAlgorithm
VotingStrategy.CONSENSUS strategy.| Constructor and Description |
|---|
ConsensusBasedVoter() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult |
vote(Iterable<AuthorizationResult> results)
It get a list of results as input and votes for a winning result.
|
public AuthorizationResult vote(Iterable<AuthorizationResult> results)
VotingAlgorithmvote in interface VotingAlgorithmCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.