public final class PersistAbortTransactionPayload extends Object
ShardTransaction
to
Shard
to persist an
AbortTransactionPayload
after the transaction has
been closed by the frontend and internal backend state has been updated.
Since the two are actors, we cannot perform a direct upcall, as that breaks actor containment and wreaks havoc into Akka itself. This class does not need to be serializable, as both actors are guaranteed to be co-located.
Constructor and Description |
---|
PersistAbortTransactionPayload(TransactionIdentifier txId) |
Modifier and Type | Method and Description |
---|---|
TransactionIdentifier |
getTransactionId() |
public PersistAbortTransactionPayload(TransactionIdentifier txId)
public TransactionIdentifier getTransactionId()
Copyright © 2019 OpenDaylight. All rights reserved.