| Package | Description |
|---|---|
| org.apache.nifi.processors.kafka.pubsub |
| Modifier and Type | Field and Description |
|---|---|
private InFlightMessageTracker |
PublisherLease.tracker |
| Modifier and Type | Method and Description |
|---|---|
InFlightMessageTracker |
PublisherLease.getTracker() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PublisherLease.publish(FlowFile flowFile,
byte[] messageKey,
byte[] messageContent,
String topic,
InFlightMessageTracker tracker,
Integer partition) |
protected void |
PublisherLease.publish(FlowFile flowFile,
Map<String,String> additionalAttributes,
byte[] messageKey,
byte[] messageContent,
String topic,
InFlightMessageTracker tracker,
Integer partition) |
Copyright © 2022 Apache NiFi Project. All rights reserved.