Skip to content

Commit c5ee02d

Browse files
authored
Fix a small typo in the documentation (DeclarationCustomizer -> DeclarableCustomizer) (#1342)
1 parent 9137a36 commit c5ee02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6420,7 +6420,7 @@ Anonymous queues are non-durable, exclusive, and auto-deleting.
64206420
IMPORTANT: Automatic declaration is performed only when the `CachingConnectionFactory` cache mode is `CHANNEL` (the default).
64216421
This limitation exists because exclusive and auto-delete queues are bound to the connection.
64226422

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

64266426
====

0 commit comments

Comments
 (0)