Uses of Interface
org.springframework.pulsar.core.ConsumerBuilderCustomizer
Packages that use ConsumerBuilderCustomizer
Package
Description
Package containing the core components of the framework.
-
Uses of ConsumerBuilderCustomizer in org.springframework.pulsar.core
Method parameters in org.springframework.pulsar.core with type arguments of type ConsumerBuilderCustomizerModifier and TypeMethodDescriptionorg.apache.pulsar.client.api.Consumer<T>DefaultPulsarConsumerFactory.createConsumer(org.apache.pulsar.client.api.Schema<T> schema, Collection<String> topics, Map<String, String> properties, List<ConsumerBuilderCustomizer<T>> customizers) org.apache.pulsar.client.api.Consumer<T>PulsarConsumerFactory.createConsumer(org.apache.pulsar.client.api.Schema<T> schema, Collection<String> topics, Map<String, String> properties, List<ConsumerBuilderCustomizer<T>> customizers) Create a consumer.