| 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.Reader> |
SystemTopicClientBase.readers |
| Modifier and Type | Method and Description |
|---|---|
SystemTopicClient.Reader |
SystemTopicClient.newReader()
Create a reader for the system topic.
|
SystemTopicClient.Reader |
SystemTopicClientBase.newReader() |
| Modifier and Type | Method and Description |
|---|---|
List<SystemTopicClient.Reader> |
SystemTopicClient.getReaders()
Get all readers of the system topic
|
List<SystemTopicClient.Reader> |
SystemTopicClientBase.getReaders() |
CompletableFuture<SystemTopicClient.Reader> |
SystemTopicClient.newReaderAsync()
Create a reader for the system topic asynchronously.
|
CompletableFuture<SystemTopicClient.Reader> |
SystemTopicClientBase.newReaderAsync() |
protected CompletableFuture<SystemTopicClient.Reader> |
TopicPoliciesSystemTopicClient.newReaderAsyncInternal() |
protected abstract CompletableFuture<SystemTopicClient.Reader> |
SystemTopicClientBase.newReaderAsyncInternal() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.