JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.integration.core
Interface GenericSelector<S>
Type Parameters:
S
- the source type to accept.
All Known Subinterfaces:
MessageSelector
All Known Implementing Classes:
ExpressionEvaluatingSelector
,
MessageSelectorChain
,
MethodInvokingSelector
,
PayloadTypeSelector
,
UnexpiredMessageSelector
public interface
GenericSelector<S>
Generic (lambda) strategy interface for selector.
Since:
4.0
Method Summary
Methods
Modifier and Type
Method and Description
boolean
accept
(
S
source)
Method Detail
accept
boolean accept(
S
source)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method