Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.Inbox
-
Packages that use Inbox Package Description dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward -
-
Uses of Inbox 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 Inbox Modifier and Type Class Description classInboxes.DurableQueueBasedInboxes.DurableQueueBasedInboxMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return Inbox Modifier and Type Method Description InboxInbox. consume(Consumer<Message> messageConsumer)Start consuming messages from the Outbox using the provided message consumer.
Only needs to be called if the instance was created without a message consumerInboxInboxes.DurableQueueBasedInboxes.DurableQueueBasedInbox. consume(Consumer<Message> messageConsumer)InboxInboxes.DurableQueueBasedInboxes. getOrCreateInbox(InboxConfig inboxConfig)InboxInboxes.DurableQueueBasedInboxes. getOrCreateInbox(InboxConfig inboxConfig, Consumer<Message> messageConsumer)InboxInboxes. getOrCreateInbox(InboxConfig inboxConfig)Get an existingInboxinstance or create a new instance.default InboxInboxes. getOrCreateInbox(InboxConfig inboxConfig, CommandBus forwardTo)Get an existingInboxinstance or create a new instance.InboxInboxes. getOrCreateInbox(InboxConfig inboxConfig, Consumer<Message> messageConsumer)Get an existingInboxinstance or create a new instance.Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return types with arguments of type Inbox Modifier and Type Method Description Collection<Inbox>Inboxes.DurableQueueBasedInboxes. getInboxes()Collection<Inbox>Inboxes. getInboxes()
-