| Package | Description |
|---|---|
| org.apache.pulsar.broker.systopic |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SystemTopicClient.Writer> |
SystemTopicClientBase.writers |
| Modifier and Type | Method and Description |
|---|---|
SystemTopicClient.Writer |
SystemTopicClient.newWriter()
Create a writer for the system topic.
|
SystemTopicClient.Writer |
SystemTopicClientBase.newWriter() |
| Modifier and Type | Method and Description |
|---|---|
List<SystemTopicClient.Writer> |
SystemTopicClient.getWriters()
Get all writers of the system topic
|
List<SystemTopicClient.Writer> |
SystemTopicClientBase.getWriters() |
CompletableFuture<SystemTopicClient.Writer> |
SystemTopicClient.newWriterAsync()
Create a writer for the system topic asynchronously.
|
CompletableFuture<SystemTopicClient.Writer> |
SystemTopicClientBase.newWriterAsync() |
protected CompletableFuture<SystemTopicClient.Writer> |
TopicPoliciesSystemTopicClient.newWriterAsyncInternal() |
protected abstract CompletableFuture<SystemTopicClient.Writer> |
SystemTopicClientBase.newWriterAsyncInternal() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.