From cbf67621d7109466597ca76e76a74bdcf466e4aa Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 17 Jan 2018 17:51:27 -0500 Subject: [PATCH] Doc Fix --- src/reference/asciidoc/kafka.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/kafka.adoc b/src/reference/asciidoc/kafka.adoc index 1573eece..99953e19 100644 --- a/src/reference/asciidoc/kafka.adoc +++ b/src/reference/asciidoc/kafka.adoc @@ -766,7 +766,7 @@ You can use property placeholders or SpEL expressions within annotation properti groupId = "#{someBean.someProperty}.group") ---- -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. +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. For example, given...