public class NamespaceEventsSystemTopicFactory extends Object
| Constructor and Description |
|---|
NamespaceEventsSystemTopicFactory(org.apache.pulsar.client.api.PulsarClient client) |
| Modifier and Type | Method and Description |
|---|---|
TopicPoliciesSystemTopicClient |
createTopicPoliciesSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName) |
TransactionBufferSystemTopicClient |
createTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName,
TransactionBufferSnapshotService transactionBufferSnapshotService) |
static org.apache.pulsar.common.naming.TopicName |
getSystemTopicName(org.apache.pulsar.common.naming.NamespaceName namespaceName,
org.apache.pulsar.common.events.EventType eventType) |
public NamespaceEventsSystemTopicFactory(org.apache.pulsar.client.api.PulsarClient client)
public TopicPoliciesSystemTopicClient createTopicPoliciesSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName)
public TransactionBufferSystemTopicClient createTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName, TransactionBufferSnapshotService transactionBufferSnapshotService)
public static org.apache.pulsar.common.naming.TopicName getSystemTopicName(org.apache.pulsar.common.naming.NamespaceName namespaceName,
org.apache.pulsar.common.events.EventType eventType)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.