Class LocalOrderedMessagesDurableQueueIT<DURABLE_QUEUES extends dk.cloudcreate.essentials.components.foundation.messaging.queue.DurableQueues,UOW extends dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWork,UOW_FACTORY extends dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkFactory<UOW>>

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

public abstract class LocalOrderedMessagesDurableQueueIT<DURABLE_QUEUES extends dk.cloudcreate.essentials.components.foundation.messaging.queue.DurableQueues,UOW extends dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWork,UOW_FACTORY extends dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkFactory<UOW>> extends Object
  • Field Details

  • Constructor Details

    • LocalOrderedMessagesDurableQueueIT

      public LocalOrderedMessagesDurableQueueIT()
  • 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 dk.cloudcreate.essentials.shared.time.Timing usingDurableQueue(String description, Runnable action)