Uses of Class
org.openwms.common.spi.transactions.commands.TransactionCommand
Packages that use TransactionCommand
Package
Description
This package contains command types of the Transactions SPI.
-
Uses of TransactionCommand in org.openwms.common.spi.transactions.commands
Methods in org.openwms.common.spi.transactions.commands that return TransactionCommandModifier and TypeMethodDescriptionstatic TransactionCommand
TransactionCommand.of
(TransactionCommand.Type type, TransactionVO transaction) Methods in org.openwms.common.spi.transactions.commands with parameters of type TransactionCommandModifier and TypeMethodDescriptionvoid
AsyncTransactionApi.process
(TransactionCommand command) Process the givencommand
.void
AsyncTransactionApiImpl.process
(TransactionCommand command) Process the givencommand
.void
NoOpTransactionApiImpl.process
(TransactionCommand command) Process the givencommand
.