Package | Description |
---|---|
org.apache.camel.component.pulsar.configuration | |
org.apache.camel.component.pulsar.utils.consumers |
Modifier and Type | Method and Description |
---|---|
SubscriptionType |
PulsarConfiguration.getSubscriptionType() |
Modifier and Type | Method and Description |
---|---|
void |
PulsarConfiguration.setSubscriptionType(SubscriptionType subscriptionType)
Type of the subscription [EXCLUSIVE|SHARED|FAILOVER], defaults to
EXCLUSIVE
|
Modifier and Type | Method and Description |
---|---|
static SubscriptionType |
SubscriptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionType[] |
SubscriptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsumerCreationStrategy |
ConsumerCreationStrategyFactory.getStrategy(SubscriptionType subscriptionType) |
Apache Camel