Package | Description |
---|---|
org.apache.pulsar.client.api |
Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
static RegexSubscriptionMode |
RegexSubscriptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexSubscriptionMode[] |
RegexSubscriptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsumerBuilder<T> |
ConsumerBuilder.subscriptionTopicsMode(RegexSubscriptionMode regexSubscriptionMode)
Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.