Uses of Enum Class
org.apache.pulsar.client.api.transaction.Transaction.State
Packages that use Transaction.State
-
Uses of Transaction.State in org.apache.pulsar.client.api.transaction
Methods in org.apache.pulsar.client.api.transaction that return Transaction.StateModifier and TypeMethodDescriptionTransaction.getState()
Get transaction state.static Transaction.State
Returns the enum constant of this class with the specified name.static Transaction.State[]
Transaction.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.