Uses of Interface
org.apache.pulsar.broker.systopic.SystemTopicClient
-
Packages that use SystemTopicClient Package Description org.apache.pulsar.broker.systopic Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SystemTopicClient in org.apache.pulsar.broker.systopic
Classes in org.apache.pulsar.broker.systopic that implement SystemTopicClient Modifier and Type Class Description classSystemTopicClientBase<T>classTopicPoliciesSystemTopicClientSystem topic for topic policy.classTransactionBufferSystemTopicClientMethods in org.apache.pulsar.broker.systopic that return SystemTopicClient Modifier and Type Method Description SystemTopicClient<T>SystemTopicClient.Reader. getSystemTopic()Get the system topic of the reader.SystemTopicClient<T>SystemTopicClient.Writer. getSystemTopicClient()Get the system topic of the writer.
-