See: Description
| Annotation Type | Description |
|---|---|
| MessageKey |
Parameter level annotation to indicate which parameter is bound to the Pulsar message key.
|
| MessageProperties |
Parameter level annotation to indicate which parameter is bound to the message properties map.
|
| PulsarConsumer |
Marks a method as a Pulsar Consumer.
|
| PulsarProducer |
Marks a method that should produce values to Pulsar topics on call.
|
| PulsarProducerClient |
Marks a type as a bean containing producer methods.
|
| PulsarReader |
Create and inject Pulsar reader into field.
|
| PulsarReaderClient |
Marks a type as a bean containing reader methods.
|
| PulsarServiceUrlProvider |
Marks a class that contains a method to resolve the Pulsar service url.
|
| PulsarSubscription |
Mark a class that contains Pulsar consumers.
|