| Package | Description |
|---|---|
| org.apache.pulsar.client.api | |
| org.apache.pulsar.client.impl |
| Modifier and Type | Method and Description |
|---|---|
ReaderConfiguration |
ReaderConfiguration.setCryptoKeyReader(CryptoKeyReader cryptoKeyReader)
Deprecated.
Sets a
CryptoKeyReader |
ReaderConfiguration |
ReaderConfiguration.setReaderListener(ReaderListener<byte[]> readerListener)
Deprecated.
Sets a
ReaderListener for the reader |
ReaderConfiguration |
ReaderConfiguration.setReaderName(String readerName)
Deprecated.
Set the consumer name.
|
ReaderConfiguration |
ReaderConfiguration.setReceiverQueueSize(int receiverQueueSize)
Deprecated.
Sets the size of the consumer receive queue.
|
ReaderConfiguration |
ReaderConfiguration.setSubscriptionRolePrefix(String subscriptionRolePrefix)
Deprecated.
Set the subscription role prefix for subscription auth.
|
| Modifier and Type | Method and Description |
|---|---|
Reader<byte[]> |
PulsarClient.createReader(String topic,
MessageId startMessageId,
ReaderConfiguration conf)
Deprecated.
Use
PulsarClient.newReader() to build a new reader |
CompletableFuture<Reader<byte[]>> |
PulsarClient.createReaderAsync(String topic,
MessageId startMessageId,
ReaderConfiguration conf)
Deprecated.
Use
PulsarClient.newReader() to build a new reader |
| Modifier and Type | Method and Description |
|---|---|
Reader<byte[]> |
PulsarClientImpl.createReader(String topic,
MessageId startMessageId,
ReaderConfiguration conf) |
CompletableFuture<Reader<byte[]>> |
PulsarClientImpl.createReaderAsync(String topic,
MessageId startMessageId,
ReaderConfiguration conf) |
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.