Uses of Class
org.springframework.integration.dsl.ResequencerSpec
Packages that use ResequencerSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of ResequencerSpec in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl that return ResequencerSpecModifier and TypeMethodDescriptionResequencerSpec.releasePartialSequences
(boolean releasePartialSequences) Method parameters in org.springframework.integration.dsl with type arguments of type ResequencerSpecModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.resequence
(Consumer<ResequencerSpec> resequencer) Populate theResequencingMessageHandler
with provided options fromResequencerSpec
.