Package | Description |
---|---|
org.apache.pulsar.client.api |
Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
TableViewBuilder<T> |
TableViewBuilder.autoUpdatePartitionsInterval(int interval,
TimeUnit unit)
Set the interval of updating partitions (default: 1 minute).
|
TableViewBuilder<T> |
TableViewBuilder.loadConf(Map<String,Object> config)
Load the configuration from provided config map.
|
<T> TableViewBuilder<T> |
PulsarClient.newTableViewBuilder(Schema<T> schema)
Create a table view builder with a specific schema for subscribing on a specific topic.
|
TableViewBuilder<T> |
TableViewBuilder.topic(String topic)
Set the topic name of the
TableView . |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.