split
Inline function for IntegrationFlowDefinition.split providing a split<MyTypeIn>()
variant with reified generic type.
Populate the DefaultMessageSplitter with provided options to the current integration flow position.
Populate the ExpressionEvaluatingSplitter with provided SpEL expression.
Populate the MethodInvokingSplitter to evaluate the provided method
of the service
at runtime.
Populate the MethodInvokingSplitter to evaluate the provided method
of the bean
at runtime. In addition, accept options for the integration endpoint using KotlinSplitterEndpointSpec.
Populate the MethodInvokingSplitter to evaluate the provided method
of the bean
at runtime.
Populate the MethodInvokingSplitter to evaluate the MessageProcessor at runtime from provided MessageProcessorSpec. In addition, accept options for the integration endpoint using KotlinSplitterEndpointSpec.
Populate the provided AbstractMessageSplitter to the current integration flow position.