| Package | Description |
|---|---|
| org.apache.pulsar.client.api |
Pulsar Client API.
|
| Modifier and Type | Field and Description |
|---|---|
static MessagePayloadProcessor |
MessagePayloadProcessor.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ConsumerBuilder<T> |
ConsumerBuilder.messagePayloadProcessor(MessagePayloadProcessor payloadProcessor)
If it's configured with a non-null value, the consumer will use the processor to process the payload, including
decoding it to messages and triggering the listener.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.