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 TypeInterfaceDescriptioninterfaceStrategy 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> BBaseIntegrationFlowDefinition.filter(Class<P> expectedType, GenericSelector<P> genericSelector) <P> BBaseIntegrationFlowDefinition.filter(Class<P> expectedType, GenericSelector<P> genericSelector, Consumer<FilterEndpointSpec> endpointConfigurer) <P> BIntegrationFlowDefinition.filter(GenericSelector<P> genericSelector) <P> BIntegrationFlowDefinition.filter(GenericSelector<P> genericSelector, Consumer<FilterEndpointSpec> endpointConfigurer) RecipientListRouterSpec.recipient(String channelName, GenericSelector<P> selector) Adds a recipient channel that will be selected if the the selector's accept method returns 'true'.RecipientListRouterSpec.recipient(MessageChannel channel, GenericSelector<P> selector) Adds a recipient channel that will be selected if the 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 TypeClassDescriptionclassA base class forMessageSelectorimplementations that delegate to aMessageProcessor.classAMessageSelectorimplementation that evaluates a SpEL expression.classA method-invoking implementation ofMessageSelector. -
Uses of GenericSelector in org.springframework.integration.selector
Classes in org.springframework.integration.selector that implement GenericSelectorModifier and TypeClassDescriptionclassA message selector implementation that passes incoming messages through a chain of selectors.classclassAMessageSelectorimplementation that checks the type of theMessagepayload.classAMessageSelectorthat acceptsMessagesthat are not yet expired. -
Uses of GenericSelector in org.springframework.integration.xml.selector
Classes in org.springframework.integration.xml.selector that implement GenericSelectorModifier and TypeClassDescriptionclassBase class for XPathMessageSelectorimplementations.classBoolean XPath testingMessageSelector.classXPathMessageSelectorthat tests if a provided String value matches a given Regular Expression.classclassThe XML validation-specificMessageSelector.