Uses of Class
org.apache.pulsar.client.api.transaction.Transaction.State
-
Packages that use Transaction.State Package Description org.apache.pulsar.client.api.transaction Pulsar transaction related API. -
-
Uses of Transaction.State in org.apache.pulsar.client.api.transaction
Methods in org.apache.pulsar.client.api.transaction that return Transaction.State Modifier and Type Method Description Transaction.StateTransaction. getState()Get transaction state.static Transaction.StateTransaction.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Transaction.State[]Transaction.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-