| Package | Description |
|---|---|
| org.apache.camel.component.pulsar | |
| 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|KEY_SHARED], 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