Interface AsyncTransactionApi
- All Known Implementing Classes:
AsyncTransactionApiImpl
,NoOpTransactionApiImpl
public interface AsyncTransactionApi
A AsyncTransactionApi accepts asynchronous transaction commands.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(TransactionCommand command) Process the givencommand
.
-
Method Details
-
process
Process the givencommand
.- Parameters:
command
- Command to process
-