We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f96b4 commit 127fa10Copy full SHA for 127fa10
src/main/resources/integration.xml
@@ -15,9 +15,12 @@
15
</property>
16
</bean>
17
18
- <bean id="releaserSequenceSizeReleaseStrategy" class="org.springframework.integration.aggregator.SequenceSizeReleaseStrategy"/>
+ <bean id="releaserSequenceSizeReleaseStrategy"
19
+ class="org.springframework.integration.aggregator.SequenceSizeReleaseStrategy"/>
20
+
21
+ <bean id="releaserSimpleSequenceSizeReleaseStrategy"
22
+ class="org.springframework.integration.aggregator.SimpleSequenceSizeReleaseStrategy"/>
23
- <bean id="releaserSimpleSequenceSizeReleaseStrategy" class="org.springframework.integration.aggregator.SimpleSequenceSizeReleaseStrategy"/>
24
<!-- CHANNEL -->
25
26
<int:logging-channel-adapter id="logger" level="DEBUG"/>
0 commit comments