Uses of Class
org.springframework.integration.splitter.DefaultMessageSplitter
Packages that use DefaultMessageSplitter
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of DefaultMessageSplitter in org.springframework.integration.dsl
Method parameters in org.springframework.integration.dsl with type arguments of type DefaultMessageSplitterModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.split
(Consumer<SplitterEndpointSpec<DefaultMessageSplitter>> endpointConfigurer) Populate theDefaultMessageSplitter
with provided options to the current integration flow position.