View Source ExRocketmq.Models.CheckTransactionState (lib_oss v0.1.0)
The check transaction state header model
Summary
Types
@type t() :: %ExRocketmq.Models.CheckTransactionState{ commit_log_offset: non_neg_integer(), msg_id: String.t(), offset_msg_id: String.t(), tran_state_table_offset: non_neg_integer(), transaction_id: String.t() }
Functions
@spec decode(ExRocketmq.Typespecs.ext_fields()) :: t()