Interface AsyncTransactionExecutorManager

All Superinterfaces:
TransactionManager<AsyncTransactionExecutorManager>

public interface AsyncTransactionExecutorManager extends TransactionManager<AsyncTransactionExecutorManager>
Transaction manager dedicated to execute commands prepared asynchronously using AsyncTransactionCreatorManager.exportCommands().

An instance of this interface can be obtained via the method LegacySamApiFactory.createAsyncTransactionExecutorManager(CardReader, LegacySam, String).

Since:
0.2.0
See Also: