| Package | Description |
|---|---|
| com.google.cloud.pubsublite.cloudpubsub | |
| com.google.cloud.pubsublite.internal.wire | |
| com.google.cloud.pubsublite.v1 |
The interfaces provided are listed below, along with usage samples.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PublisherSettings.Builder |
PublisherSettings.Builder.setServiceClientSupplier(Supplier<PublisherServiceClient> supplier)
A supplier for new PublisherServiceClients.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PublisherBuilder.Builder |
PublisherBuilder.Builder.setServiceClient(PublisherServiceClient client) |
abstract SinglePartitionPublisherBuilder.Builder |
SinglePartitionPublisherBuilder.Builder.setServiceClient(PublisherServiceClient serviceClient) |
| Constructor and Description |
|---|
PublisherImpl(PublisherServiceClient client,
InitialPublishRequest initialRequest,
com.google.api.gax.batching.BatchingSettings batchingSettings) |
| Modifier and Type | Method and Description |
|---|---|
static PublisherServiceClient |
PublisherServiceClient.create()
Constructs an instance of PublisherServiceClient with default settings.
|
static PublisherServiceClient |
PublisherServiceClient.create(PublisherServiceSettings settings)
Constructs an instance of PublisherServiceClient, using the given settings.
|
static PublisherServiceClient |
PublisherServiceClient.create(PublisherServiceStub stub)
Constructs an instance of PublisherServiceClient, using the given stub for making calls.
|
Copyright © 2021 Google LLC. All rights reserved.