Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.Outboxes
Packages that use Outboxes
-
Uses of Outboxes in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward
Classes in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that implement OutboxesModifier and TypeClassDescriptionstatic classOutboxesvariant that usesDurableQueuesas the underlying implementation.
ONLY in cases where the underlyingDurableQueuesis associated with aUnitOfWorkFactorywill theOutboxmessage consumption be performed withinUnitOfWork, otherwise message consumption isn't performed with aUnitOfWorkMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return OutboxesModifier and TypeMethodDescriptionstatic OutboxesOutboxes.durableQueueBasedOutboxes(DurableQueues durableQueues, FencedLockManager fencedLockManager) Create anOutboxesinstance that uses aDurableQueuesas its storage and message delivery mechanism.