Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.Inboxes
Packages that use Inboxes
-
Uses of Inboxes 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 InboxesModifier and TypeClassDescriptionstatic classInboxesvariant that usesDurableQueuesas the underlying implementation.
ONLY in cases where the underlyingDurableQueuesis associated with aUnitOfWorkFactorywill theInboxmessage 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 InboxesModifier and TypeMethodDescriptionstatic InboxesInboxes.durableQueueBasedInboxes(DurableQueues durableQueues, FencedLockManager fencedLockManager) Create anInboxesinstance that uses aDurableQueuesas its storage and message delivery mechanism.