Class DistributedCompetingConsumersDurableQueuesIT<DURABLE_QUEUES extends DurableQueues,UOW extends UnitOfWork,UOW_FACTORY extends UnitOfWorkFactory<UOW>>

java.lang.Object
dk.cloudcreate.essentials.components.foundation.test.messaging.queue.DistributedCompetingConsumersDurableQueuesIT<DURABLE_QUEUES,UOW,UOW_FACTORY>

public abstract class DistributedCompetingConsumersDurableQueuesIT<DURABLE_QUEUES extends DurableQueues,UOW extends UnitOfWork,UOW_FACTORY extends UnitOfWorkFactory<UOW>> extends Object
  • Field Details

  • Constructor Details

    • DistributedCompetingConsumersDurableQueuesIT

      public DistributedCompetingConsumersDurableQueuesIT()
  • Method Details

    • createDurableQueues

      protected abstract DURABLE_QUEUES createDurableQueues(UOW_FACTORY unitOfWorkFactory)
    • createUnitOfWorkFactory

      protected abstract UOW_FACTORY createUnitOfWorkFactory()
    • resetQueueStorage

      protected abstract void resetQueueStorage(UOW_FACTORY unitOfWorkFactory)
    • usingDurableQueue

      protected void usingDurableQueue(Runnable action)