Interface GenericSelector<S>
- Type Parameters:
S- the source type to accept.
- All Known Subinterfaces:
MessageSelector
- All Known Implementing Classes:
AbstractMessageProcessingSelector,ExpressionEvaluatingSelector,MessageSelectorChain,MetadataStoreSelector,MethodInvokingSelector,PayloadTypeSelector,UnexpiredMessageSelector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface GenericSelector<S>
Generic (lambda) strategy interface for selector.
- Since:
- 4.0