Class NoOpAsyncTransactionApi
java.lang.Object
org.openwms.transactions.api.commands.NoOpAsyncTransactionApi
- All Implemented Interfaces:
AsyncTransactionApi
@Profile("!ASYNCHRONOUS")
@Component
class NoOpAsyncTransactionApi
extends Object
implements AsyncTransactionApi
A NoOpAsyncTransactionApi is a bean used as a placeholder in case the ASYNCHRONOUS profile is not active.
- Author:
- Heiko Scherrer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(TransactionCommand command) Process the givencommand
.
-
Constructor Details
-
NoOpAsyncTransactionApi
NoOpAsyncTransactionApi()
-
-
Method Details
-
process
Process the givencommand
. No operation- Specified by:
process
in interfaceAsyncTransactionApi
- Parameters:
command
- Command to process
-