Uses of Interface
org.springframework.integration.core.GenericSelector
Packages that use 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
Subinterfaces of GenericSelector in org.springframework.integration.coreModifier and TypeInterfaceDescriptioninterface
Strategy interface for message selection. -
Uses of GenericSelector in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl with parameters of type GenericSelectorModifier 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
Classes in org.springframework.integration.filter that implement GenericSelectorModifier 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
Classes in org.springframework.integration.selector that implement GenericSelectorModifier 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
Classes in org.springframework.integration.xml.selector that implement GenericSelectorModifier 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
.