Uses of Annotation Interface
org.apache.pulsar.common.classification.InterfaceStability.Evolving
Package
Description
Pulsar Client API.
Pulsar transaction related API.
-
Uses of InterfaceStability.Evolving in org.apache.pulsar.client.api
Modifier and TypeInterfaceDescriptioninterface
AutoClusterFailoverBuilder
is used to configure and create instance ofServiceUrlProvider
.interface
Deprecated.interface
ControlledClusterFailoverBuilder
is used to configure and create instance ofServiceUrlProvider
.interface
Deprecated.useClientBuilder.openTelemetry(OpenTelemetry)
to enable statsinterface
TableViewBuilder
is used to configure and create instances ofTableView
. -
Uses of InterfaceStability.Evolving in org.apache.pulsar.client.api.transaction
Modifier and TypeInterfaceDescriptioninterface
The class represents a transaction within Pulsar.interface
The transaction buffer client to commit and abort transactions on topics or subscription.class
Exceptions for transaction buffer client.interface
The builder to build a transaction for Pulsar.interface
Transaction coordinator client.class
Exceptions for transaction coordinator client.class
An identifier for representing a transaction.
ClientBuilder.openTelemetry(OpenTelemetry)
to enable stats