public class NamespaceEventsSystemTopicFactory extends Object
| Constructor and Description |
|---|
NamespaceEventsSystemTopicFactory(org.apache.pulsar.client.api.PulsarClient client) |
| Modifier and Type | Method and Description |
|---|---|
SystemTopicClient |
createSystemTopic(org.apache.pulsar.common.naming.NamespaceName namespaceName,
org.apache.pulsar.common.events.EventType eventType) |
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 SystemTopicClient createSystemTopic(org.apache.pulsar.common.naming.NamespaceName namespaceName, org.apache.pulsar.common.events.EventType eventType)
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–2021 Apache Software Foundation. All rights reserved.