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:
Gary Russell
2018-03-28 17:02:10 -04:00
committed by Artem Bilan
parent 8afdcb4893
commit 544de6bf5f
7 changed files with 438 additions and 1 deletions

View File

@@ -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