Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.InboxConfig
-
Packages that use InboxConfig Package Description dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward -
-
Uses of InboxConfig in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward
Fields in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward declared as InboxConfig Modifier and Type Field Description InboxConfigInboxes.DurableQueueBasedInboxes.DurableQueueBasedInbox. configMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return InboxConfig Modifier and Type Method Description InboxConfigInboxConfigBuilder. build()Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type InboxConfig Modifier and Type Method Description 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.Constructors in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type InboxConfig Constructor Description DurableQueueBasedInbox(InboxConfig config)DurableQueueBasedInbox(InboxConfig config, Consumer<Message> messageConsumer)
-