| Package | Description |
|---|---|
| org.apache.camel.component.pulsar | |
| org.apache.camel.component.pulsar.utils.consumers |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionInitialPosition |
PulsarConfiguration.getSubscriptionInitialPosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
PulsarConfiguration.setSubscriptionInitialPosition(SubscriptionInitialPosition subscriptionInitialPosition)
Control the initial position in the topic of a newly created subscription.
|
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionInitialPosition |
SubscriptionInitialPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionInitialPosition[] |
SubscriptionInitialPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel