Class NoOpTransportUnitApiImpl
java.lang.Object
org.openwms.wms.movements.spi.common.NoOpTransportUnitApiImpl
- All Implemented Interfaces:
AsyncTransportUnitApi
@Profile("!ASYNCHRONOUS")
@Component
class NoOpTransportUnitApiImpl
extends Object
implements AsyncTransportUnitApi
A NoOpTransportUnitApiImpl is a Spring managed bean that does nothing and is only active when Spring profile
SpringProfiles.ASYNCHRONOUS_PROFILE is NOT activated.
- Author:
- Heiko Scherrer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.openwms.common.transport.api.commands.Command command) Process the givencommand
.
-
Constructor Details
-
NoOpTransportUnitApiImpl
NoOpTransportUnitApiImpl()
-
-
Method Details
-
process
@Measured public void process(org.openwms.common.transport.api.commands.Command command) Process the givencommand
.- Specified by:
process
in interfaceAsyncTransportUnitApi
- Parameters:
command
- Command to process
-