Files
spring-pulsar/spring-pulsar-docs
Chris Bono 9de215bc66 Add specialized builder customizers for listener annotations (#487)
Introduces specializations of the consumer builders that can be used by
 the annotation listeners. This differentiates between the existing
 consumer builders that are picked up by Spring Boot
 autoconfiguration and used to customizer the consumer factories
 globally.

* Add PulsarListenerConsumerBuilderCustomizer
* Add PulsarReaderReaderBuilderCustomizer
* Add ReactivePulsarListenerMessageConsumerBuilderCustomizer

Resolves #486
2023-11-13 19:42:19 -06:00
..