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 TransactionCommandTransactionCommand.of(TransactionCommand.Type type, TransactionVO transaction) Methods in org.openwms.common.spi.transactions.commands with parameters of type TransactionCommandModifier and TypeMethodDescriptionvoidAsyncTransactionApi.process(TransactionCommand command) Process the givencommand.voidAsyncTransactionApiImpl.process(TransactionCommand command) Process the givencommand.voidNoOpTransactionApiImpl.process(TransactionCommand command) Process the givencommand.