Interface AsyncTransportUnitApi
- All Known Implementing Classes:
AsyncTransportUnitApiImpl,NoOpTransportUnitApiImpl
public interface AsyncTransportUnitApi
A AsyncTransportUnitApi accepts asynchronous TransportUnit commands.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.openwms.common.transport.api.commands.Command command) Process the givencommand.
-
Method Details
-
process
void process(org.openwms.common.transport.api.commands.Command command) Process the givencommand.- Parameters:
command- Command to process
-