Skip navigation links

@Generated(value="by gapic-generator-java")

Package com.google.cloud.pubsublite.v1

The interfaces provided are listed below, along with usage samples.

See: Description

Package com.google.cloud.pubsublite.v1 Description

The interfaces provided are listed below, along with usage samples.

======================= AdminServiceClient =======================

Service Description: The service that a client application uses to manage topics and subscriptions, such creating, listing, and deleting topics and subscriptions.

Sample for AdminServiceClient:

======================= CursorServiceClient =======================

Service Description: The service that a subscriber client application uses to manage committed cursors while receiving messsages. A cursor represents a subscriber's progress within a topic partition for a given subscription.

Sample for CursorServiceClient:

======================= PublisherServiceClient =======================

Service Description: The service that a publisher client application uses to publish messages to topics. Published messages are retained by the service for the duration of the retention period configured for the respective topic, and are delivered to subscriber clients upon request (via the `SubscriberService`).

Sample for PublisherServiceClient:

======================= SubscriberServiceClient =======================

Service Description: The service that a subscriber client application uses to receive messages from subscriptions.

Sample for SubscriberServiceClient:

======================= PartitionAssignmentServiceClient =======================

Service Description: The service that a subscriber client application uses to determine which partitions it should connect to.

Sample for PartitionAssignmentServiceClient:

======================= TopicStatsServiceClient =======================

Service Description: This service allows users to get stats about messages in their topic.

Sample for TopicStatsServiceClient:

Skip navigation links

Copyright © 2021 Google LLC. All rights reserved.