Package io.micronaut.pulsar.annotation


package io.micronaut.pulsar.annotation
Annotations for Pulsar consumers, producers, and readers.
Since:
1.0
Author:
Haris Secic
  • Annotation Interfaces
    Class
    Description
    Parameter level annotation to indicate which parameter is bound to the Pulsar message key.
    Parameter level annotation to indicate which parameter is bound to the message properties map.
    Marks a method as a Pulsar Consumer.
    Marks a method that should produce values to Pulsar topics on call.
    Marks a type as a bean containing producer methods.
    Create and inject Pulsar reader into field.
    Marks a type as a bean containing reader methods.
    Marks a class that contains a method to resolve the Pulsar service url.
    Mark a class that contains Pulsar consumers.