Uses of Interface
org.openwms.transactions.api.commands.AsyncTransactionApi
Packages that use AsyncTransactionApi
Package
Description
This package contains command types and handlers exposed as part of the public API of the service.
-
Uses of AsyncTransactionApi in org.openwms.transactions.api.commands
Classes in org.openwms.transactions.api.commands that implement AsyncTransactionApiModifier and TypeClassDescription(package private) classA NoOpAsyncTransactionApi is a bean used as a fallback in case no otherAsyncTransactionApiimplementation is instantiated.(package private) classA RabbitTransactionApiImpl is a sender facade that uses RabbitMQ to send transaction commands.Fields in org.openwms.transactions.api.commands declared as AsyncTransactionApiModifier and TypeFieldDescriptionprivate final AsyncTransactionApi<TransactionCommand> TransactionalCommandListener.asyncTransactionApiConstructors in org.openwms.transactions.api.commands with parameters of type AsyncTransactionApiModifierConstructorDescription(package private)TransactionalCommandListener(AsyncTransactionApi<TransactionCommand> asyncTransactionApi)