Class ExclusiveConsumerStrategy
java.lang.Object
org.apache.camel.component.pulsar.utils.consumers.ExclusiveConsumerStrategy
- All Implemented Interfaces:
ConsumerCreationStrategy
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.pulsar.client.api.Consumer<byte[]>> create(PulsarEndpoint pulsarEndpoint)
-
Method Details
-
create
public Collection<org.apache.pulsar.client.api.Consumer<byte[]>> create(PulsarEndpoint pulsarEndpoint) throws Exception - Specified by:
createin interfaceConsumerCreationStrategy- Throws:
Exception
-