Uses of Interface
org.springframework.integration.core.GenericSelector
Package
Description
Provides core classes.
Root package of the Spring Integration Java DSL.
Provides classes supporting the filter pattern.
Provides classes related to message selection.
Provides XML-centric
MessageSelector
implementations.-
Uses of GenericSelector in org.springframework.integration.core
Modifier and TypeInterfaceDescriptioninterface
Strategy interface for message selection. -
Uses of GenericSelector in org.springframework.integration.dsl
Modifier and TypeMethodDescription<P> B
BaseIntegrationFlowDefinition.filter
(Class<P> expectedType, GenericSelector<P> genericSelector) <P> B
BaseIntegrationFlowDefinition.filter
(Class<P> expectedType, GenericSelector<P> genericSelector, Consumer<FilterEndpointSpec> endpointConfigurer) <P> B
IntegrationFlowDefinition.filter
(GenericSelector<P> genericSelector) <P> B
IntegrationFlowDefinition.filter
(GenericSelector<P> genericSelector, Consumer<FilterEndpointSpec> endpointConfigurer) RecipientListRouterSpec.recipient
(String channelName, GenericSelector<P> selector) Adds a recipient channel that will be selected if the selector's accept method returns 'true'.RecipientListRouterSpec.recipient
(MessageChannel channel, GenericSelector<P> selector) Adds a recipient channel that will be selected if the selector's accept method returns 'true'.RecipientListRouterSpec.recipientFlow
(GenericSelector<P> selector, IntegrationFlow subFlow) Adds a subflow that will be invoked if the selector's accept methods returns 'true'. -
Uses of GenericSelector in org.springframework.integration.filter
Modifier and TypeClassDescriptionclass
A base class forMessageSelector
implementations that delegate to aMessageProcessor
.class
AMessageSelector
implementation that evaluates a SpEL expression.class
A method-invoking implementation ofMessageSelector
.class
AMessageSelector
implementation that evaluates a simple SpEL expression - relies on theSimpleEvaluationContext
. -
Uses of GenericSelector in org.springframework.integration.selector
Modifier and TypeClassDescriptionclass
A message selector implementation that passes incoming messages through a chain of selectors.class
class
AMessageSelector
implementation that checks the type of theMessage
payload.class
AMessageSelector
that acceptsMessages
that are not yet expired. -
Uses of GenericSelector in org.springframework.integration.xml.selector
Modifier and TypeClassDescriptionclass
Base class for XPathMessageSelector
implementations.class
Boolean XPath testingMessageSelector
.class
XPathMessageSelector
that tests if a provided String value matches a given Regular Expression.class
class
The XML validation-specificMessageSelector
.