hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
TransactionalState
hunt
proton
amqp
transaction
TransactionalState
Undocumented in source.
class
TransactionalState :
DeliveryState
{
Binary
getTxnId
();
void
setTxnId
(Binary txnId);
Outcome
getOutcome
();
void
setOutcome
(Outcome outcome);
DeliveryStateType
getType
();
}
Members
Functions
getOutcome
Outcome
getOutcome
()
Undocumented in source. Be warned that the author may not have intended to support it.
getTxnId
Binary
getTxnId
()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
DeliveryStateType
getType
()
Undocumented in source. Be warned that the author may not have intended to support it.
setOutcome
void
setOutcome
(Outcome outcome)
Undocumented in source. Be warned that the author may not have intended to support it.
setTxnId
void
setTxnId
(Binary txnId)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From DeliveryState
getType
DeliveryStateType
getType
()
@return the {@link DeliveryStateType} that this instance represents.
Meta
Source
See Implementation
hunt
proton
amqp
transaction
TransactionalState
classes
TransactionalState