Package io.micronaut.pulsar.annotation
Annotation Interface MessageKey
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
@Bindable
@Inherited
public @interface MessageKey
Parameter level annotation to indicate which parameter is bound to the Pulsar message key.
- Since:
- 1.0
- Author:
- Haris Secic