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