diff --git a/src/reference/asciidoc/handler-advice.adoc b/src/reference/asciidoc/handler-advice.adoc index 04db1de2c4..cfbd36f958 100644 --- a/src/reference/asciidoc/handler-advice.adoc +++ b/src/reference/asciidoc/handler-advice.adoc @@ -25,9 +25,9 @@ The following example shows how to the `` element url-expression="'http://localhost/test1'" request-channel="requests" reply-channel="nextChannel"> - + - + ---- @@ -110,7 +110,7 @@ The following example uses `RetryTemplate` and shows its `DEBUG` output: - + DEBUG [task-scheduler-2]preSend on channel 'input', message: [Payload=...] @@ -139,8 +139,8 @@ The following example adds a `RecoveryCallback` to the preceding example and use - - + + DEBUG [task-scheduler-2]preSend on channel 'input', message: [Payload=...] DEBUG [task-scheduler-2]Retry: count=0 @@ -173,7 +173,7 @@ The following listing shows the example and its `DEBUG` output: - + @@ -216,8 +216,8 @@ Starting with version 4.0, the preceding configuration can be greatly simplified ---- - - + + @@ -237,7 +237,7 @@ You can also define the advice directly within the chain, as the following examp - + ---- ==== @@ -669,7 +669,7 @@ Consider the following configuration: - + ----