Uses of Class
org.openwms.transactions.api.commands.TransactionCommand
Packages that use TransactionCommand
Package
Description
This package contains command types and handlers exposed as part of the public API of the service.
This package contains all types required for asynchronous command handling.
-
Uses of TransactionCommand in org.openwms.transactions.api.commands
Fields in org.openwms.transactions.api.commands with type parameters of type TransactionCommandModifier and TypeFieldDescriptionprivate final AsyncTransactionApi<TransactionCommand> TransactionalCommandListener.asyncTransactionApiMethods in org.openwms.transactions.api.commands that return TransactionCommandModifier and TypeMethodDescriptionstatic TransactionCommandTransactionCommand.create(TransactionVO transaction) static TransactionCommandTransactionCommand.of(TransactionCommand.Type type, TransactionVO transaction) Methods in org.openwms.transactions.api.commands with parameters of type TransactionCommandModifier and TypeMethodDescriptionvoidTransactionalCommandListener.onEvent(TransactionCommand command) voidNoOpAsyncTransactionApi.process(TransactionCommand command) Process the givencommand.voidRabbitAsyncTransactionApiImpl.process(TransactionCommand command) Process the givencommand.Constructor parameters in org.openwms.transactions.api.commands with type arguments of type TransactionCommandModifierConstructorDescription(package private)TransactionalCommandListener(AsyncTransactionApi<TransactionCommand> asyncTransactionApi) -
Uses of TransactionCommand in org.openwms.transactions.commands
Fields in org.openwms.transactions.commands with type parameters of type TransactionCommandModifier and TypeFieldDescriptionprivate final CommandHandler<TransactionCommand> TransactionCommandListener.commandHandlerMethods in org.openwms.transactions.commands with parameters of type TransactionCommandModifier and TypeMethodDescriptionvoidTransactionCommandListener.onCommand(TransactionCommand command) voidTransactionCommandHandler.process(TransactionCommand command) Process a givencommand.Constructor parameters in org.openwms.transactions.commands with type arguments of type TransactionCommandModifierConstructorDescription(package private)TransactionCommandListener(CommandHandler<TransactionCommand> commandHandler)