Class AsyncTransactionApiImpl

java.lang.Object
org.openwms.transactions.api.commands.AsyncTransactionApiImpl
All Implemented Interfaces:
AsyncTransactionApi

@Profile("ASYNCHRONOUS") @Component class AsyncTransactionApiImpl extends Object implements AsyncTransactionApi
A AsyncTransactionApiImpl.
Author:
Heiko Scherrer
  • Field Details

    • template

      private final org.springframework.amqp.core.AmqpTemplate template
    • exchangeName

      private final String exchangeName
  • Constructor Details

    • AsyncTransactionApiImpl

      AsyncTransactionApiImpl(org.springframework.amqp.core.AmqpTemplate template, @Value("${owms.commands.transactions.tx.exchange-name}") String exchangeName)
  • Method Details