All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.concepts.Immutable

public final class AbortLocalTransactionRequest extends AbstractLocalTransactionRequest<AbortLocalTransactionRequest>
Request to abort a local transaction. Since local transactions do not introduce state on the backend until they are ready, the purpose of this message is to inform the backend that a message identifier has been used. This is not important for single transactions, but is critical to ensure transaction ordering within local histories.
See Also:
  • Constructor Details

    • AbortLocalTransactionRequest

      public AbortLocalTransactionRequest(@NonNull TransactionIdentifier identifier, @NonNull akka.actor.ActorRef replyTo)