Class ProtonTransaction<E extends Endpoint<?>>

java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonTransaction<E>
Type Parameters:
E - The parent type for this Transaction
All Implemented Interfaces:
Transaction<E>

public abstract class ProtonTransaction<E extends Endpoint<?>> extends Object implements Transaction<E>
Base Transaction implementation that provides the basic functionality needed to manage the Transaction that it represents.