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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(TransactionCommand command) Process the givencommand. 
- 
Constructor Details
- 
NoOpAsyncTransactionApi
NoOpAsyncTransactionApi() 
 - 
 - 
Method Details
- 
process
Process the givencommand. No operation- Specified by:
 processin interfaceAsyncTransactionApi- Parameters:
 command- Command to process
 
 -