Class DurableQueuesIT<DURABLE_QUEUES extends DurableQueues,​UOW extends UnitOfWork,​UOW_FACTORY extends UnitOfWorkFactory<UOW>>

    • Constructor Detail

      • DurableQueuesIT

        public DurableQueuesIT()
    • Method Detail

      • createUnitOfWorkFactory

        protected abstract UOW_FACTORY createUnitOfWorkFactory()
      • resetQueueStorage

        protected abstract void resetQueueStorage​(UOW_FACTORY unitOfWorkFactory)
      • withDurableQueue

        protected <R> R withDurableQueue​(Supplier<R> supplier)
      • usingDurableQueue

        protected void usingDurableQueue​(Runnable action)