Package | Description |
---|---|
org.springframework.integration.selector |
Provides classes related to message selection.
|
Modifier and Type | Method and Description |
---|---|
static MessageSelectorChain.VotingStrategy |
MessageSelectorChain.VotingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSelectorChain.VotingStrategy[] |
MessageSelectorChain.VotingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageSelectorChain.setVotingStrategy(MessageSelectorChain.VotingStrategy votingStrategy)
Specify the voting strategy for this selector chain.
|
Copyright © 2018. All rights reserved.