JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.configuration.kafka.annotation
KafkaKey
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface KafkaKey
@Documented
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
) @Bindable
@Inherited
public @interface
KafkaKey
Parameter level annotation to indicate which parameter is bound to the Kafka key.
Since:
1.0
Author:
Graeme Rocher