Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.Outboxes
-
Packages that use Outboxes Package Description dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward -
-
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 Outboxes Modifier and Type Class Description static classOutboxes.DurableQueueBasedOutboxesMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return Outboxes Modifier and Type Method Description static OutboxesOutboxes. durableQueueBasedOutboxes(DurableQueues durableQueues, FencedLockManager fencedLockManager)Create anOutboxesinstance that uses aDurableQueuesas its storage and message delivery mechanism.
-