Add BoundRabbitChannelAdvice
Polishing and docs Polishing - DEBUG log for confirms; add integration test Polishing - PR Comments Renamed Advice Verify acks logged. Polishing - more PR comments Renamed to BoundRabbitChannelAdvice. * Extract `ConfirmCallback`s instances for optimization * Remove unused constant
This commit is contained in:
committed by
Artem Bilan
parent
8afdcb4893
commit
544de6bf5f
@@ -1298,7 +1298,7 @@ public abstract class IntegrationFlowDefinition<B extends IntegrationFlowDefinit
|
||||
* Typically used with a Java 8 Lambda expression:
|
||||
* <pre class="code">
|
||||
* {@code
|
||||
* .split(s -> s.applySequence(false).get().getT2().setDelimiters(","))
|
||||
* .split(s -> s.applySequence(false).delimiters(","))
|
||||
* }
|
||||
* </pre>
|
||||
* @param endpointConfigurer the {@link Consumer} to provide integration endpoint options
|
||||
|
||||
Reference in New Issue
Block a user