| Modifier and Type | Method and Description |
|---|---|
static UnsubscribedStatus |
UnsubscribedStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnsubscribedStatus[] |
UnsubscribedStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UnsubscribedStatus> |
LcKafkaConsumer.subscribe(Collection<String> topics)
Subscribe some Kafka topics to consume records from them.
|
CompletableFuture<UnsubscribedStatus> |
LcKafkaConsumer.subscribe(Pattern pattern)
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
|
Copyright © 2020 LeanCloud. All rights reserved.