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