Skip to content

Commit

Permalink
Fix a small typo in the documentation (DeclarationCustomizer -> Decla…
Browse files Browse the repository at this point in the history
…rableCustomizer) (#1342)
  • Loading branch information
p0n3 authored Jun 2, 2021
1 parent 9137a36 commit c5ee02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/asciidoc/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6420,7 +6420,7 @@ Anonymous queues are non-durable, exclusive, and auto-deleting.
IMPORTANT: Automatic declaration is performed only when the `CachingConnectionFactory` cache mode is `CHANNEL` (the default).
This limitation exists because exclusive and auto-delete queues are bound to the connection.

Starting with version 2.2.2, the `RabbitAdmin` will detect beans of type `DeclarationCustomizer` and apply the function before actually processing the declaration.
Starting with version 2.2.2, the `RabbitAdmin` will detect beans of type `DeclarableCustomizer` and apply the function before actually processing the declaration.
This is useful, for example, to set a new argument (property) before it has first class support within the framework.

====
Expand Down

0 comments on commit c5ee02d

Please sign in to comment.