| Package | Description |
|---|---|
| org.apache.pulsar.client.impl | |
| org.apache.pulsar.client.impl.conf |
| Modifier and Type | Method and Description |
|---|---|
protected <T> CompletableFuture<Reader<T>> |
PulsarClientImpl.createMultiTopicReaderAsync(ReaderConfigurationData<T> conf,
Schema<T> schema) |
CompletableFuture<Reader<byte[]>> |
PulsarClientImpl.createReaderAsync(ReaderConfigurationData<byte[]> conf) |
<T> CompletableFuture<Reader<T>> |
PulsarClientImpl.createReaderAsync(ReaderConfigurationData<T> conf,
Schema<T> schema) |
protected <T> CompletableFuture<Reader<T>> |
PulsarClientImpl.createSingleTopicReaderAsync(ReaderConfigurationData<T> conf,
Schema<T> schema) |
| Constructor and Description |
|---|
MultiTopicsReaderImpl(PulsarClientImpl client,
ReaderConfigurationData<T> readerConfiguration,
ExecutorProvider executorProvider,
CompletableFuture<Consumer<T>> consumerFuture,
Schema<T> schema) |
ReaderImpl(PulsarClientImpl client,
ReaderConfigurationData<T> readerConfiguration,
ExecutorProvider executorProvider,
CompletableFuture<Consumer<T>> consumerFuture,
Schema<T> schema) |
| Modifier and Type | Method and Description |
|---|---|
ReaderConfigurationData<T> |
ReaderConfigurationData.clone() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.