Class NoOpTransactionApiImpl
java.lang.Object
org.openwms.common.spi.transactions.commands.NoOpTransactionApiImpl
- All Implemented Interfaces:
AsyncTransactionApi
@Profile("!ASYNCHRONOUS")
@Component
class NoOpTransactionApiImpl
extends Object
implements AsyncTransactionApi
A NoOpTransactionApiImpl.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(TransactionCommand command) Process the givencommand.
-
Constructor Details
-
NoOpTransactionApiImpl
NoOpTransactionApiImpl()
-
-
Method Details
-
process
Process the givencommand.- Specified by:
processin interfaceAsyncTransactionApi- Parameters:
command- Command to process
-