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 TypeMethodDescriptionvoid
process
(TransactionCommand command) Process the givencommand
.
-
Constructor Details
-
NoOpTransactionApiImpl
NoOpTransactionApiImpl()
-
-
Method Details
-
process
Process the givencommand
.- Specified by:
process
in interfaceAsyncTransactionApi
- Parameters:
command
- Command to process
-