| Interface | Description |
|---|---|
| KeyExtractor |
A KeyExtractor can extract the Pub/Sub Lite 'key' field used for message routing from a
PubsubMessage.
|
| NackHandler |
A NackHandler handles when nack() is called in a user's AckReplyConsumer.
|
| Publisher |
Pub/Sub Lite publishers are streaming based and can experience permanent errors.
|
| Subscriber |
A sub-interface of
SubscriberInterface. |
| Class | Description |
|---|---|
| FlowControlSettings |
Describes limits on bytes and messages outstanding for a single partition Pub/Sub Lite
subscriber.
|
| FlowControlSettings.Builder | |
| MessageTransforms |
MessageTransforms details how to transform message representations from Cloud Pub/Sub to Pub/Sub
Lite.
|
| PublisherSettings |
Settings for instantiating a Pub/Sub Lite publisher emulating the Cloud Pub/Sub Publisher API.
|
| PublisherSettings.Builder | |
| SubscriberSettings |
Settings for instantiating a Pub/Sub Lite subscriber emulating the Cloud Pub/Sub Subscriber API.
|
| SubscriberSettings.Builder |
Copyright © 2021 Google LLC. All rights reserved.