Uses of Class
org.apache.camel.component.pulsar.PulsarConsumer
-
Packages that use PulsarConsumer Package Description org.apache.camel.component.pulsar org.apache.camel.component.pulsar.utils.consumers -
-
Uses of PulsarConsumer in org.apache.camel.component.pulsar
Constructors in org.apache.camel.component.pulsar with parameters of type PulsarConsumer Constructor Description PulsarMessageListener(PulsarEndpoint endpoint, PulsarConsumer pulsarConsumer) -
Uses of PulsarConsumer in org.apache.camel.component.pulsar.utils.consumers
Methods in org.apache.camel.component.pulsar.utils.consumers with parameters of type PulsarConsumer Modifier and Type Method Description static ConsumerCreationStrategyFactoryConsumerCreationStrategyFactory. create(PulsarConsumer pulsarConsumer)protected static org.apache.pulsar.client.api.ConsumerBuilder<byte[]>CommonCreationStrategyImpl. getBuilder(String name, PulsarEndpoint pulsarEndpoint, PulsarConsumer pulsarConsumer)
-