public final class TransactionalState extends Object implements DeliveryState
DeliveryState.DeliveryStateType| Constructor and Description |
|---|
TransactionalState() |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
getOutcome() |
Binary |
getTxnId() |
DeliveryState.DeliveryStateType |
getType() |
void |
setOutcome(Outcome outcome) |
void |
setTxnId(Binary txnId) |
String |
toString() |
public Binary getTxnId()
public void setTxnId(Binary txnId)
public Outcome getOutcome()
public void setOutcome(Outcome outcome)
public DeliveryState.DeliveryStateType getType()
getType in interface DeliveryStateDeliveryState.DeliveryStateType that this instance represents.Copyright © 2020 The Apache Software Foundation. All rights reserved.