Uses of Class
org.openwms.transactions.api.commands.TransactionCommand
Packages that use TransactionCommand
Package
Description
This package contains command types and handlers exposed by the COMMON Transaction Service.
-
Uses of TransactionCommand in org.openwms.transactions.api.commands
Methods in org.openwms.transactions.api.commands that return TransactionCommandModifier and TypeMethodDescriptionstatic TransactionCommandTransactionCommand.of(TransactionCommand.Type type, TransactionVO transaction) Methods in org.openwms.transactions.api.commands with parameters of type TransactionCommandModifier and TypeMethodDescriptionvoidAsyncTransactionApi.process(TransactionCommand command) Process the givencommand.voidAsyncTransactionApiImpl.process(TransactionCommand command) Process the givencommand.voidNoOpAsyncTransactionApi.process(TransactionCommand command) Process the givencommand.