Uses of Annotation Interface
org.apache.pulsar.common.classification.InterfaceAudience.Private
Packages that use InterfaceAudience.Private
Package
Description
Pulsar Client API.
Pulsar interceptors.
Schema definitions for Pulsar Client API.
Pulsar transaction related API.
-
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api
Classes in org.apache.pulsar.client.api with annotations of type InterfaceAudience.PrivateModifier and TypeClassDescriptionclass
EncryptionKeyInfo contains the encryption key and corresponding metadata which contains additional information about the key such as version, timestamp.class
KeyStore parameters used for tls authentication. -
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api.interceptor
Classes in org.apache.pulsar.client.api.interceptor with annotations of type InterfaceAudience.PrivateModifier and TypeClassDescriptionclass
A wrapper for old style producer interceptor. -
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api.schema
Classes in org.apache.pulsar.client.api.schema with annotations of type InterfaceAudience.Private -
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api.transaction
Classes in org.apache.pulsar.client.api.transaction with annotations of type InterfaceAudience.PrivateModifier and TypeInterfaceDescriptioninterface
The transaction buffer client to commit and abort transactions on topics or subscription.class
Exceptions for transaction buffer client.interface
Transaction coordinator client.class
Exceptions for transaction coordinator client.