Skip to content

Commit cbf6762

Browse files
committed
Doc Fix
1 parent eb4eca2 commit cbf6762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ You can use property placeholders or SpEL expressions within annotation properti
766766
groupId = "#{someBean.someProperty}.group")
767767
----
768768

769-
Starting with _version 2.1.2_, the SpEL expressions support a special token `__kafkaListener__` which is a pseudo bean name which represents the current bean instance within which this annotation exists.
769+
Starting with _version 2.1.2_, the SpEL expressions support a special token `__listener` which is a pseudo bean name which represents the current bean instance within which this annotation exists.
770770

771771
For example, given...
772772

0 commit comments

Comments
 (0)