Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.InboxConfig
Packages that use InboxConfig
-
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 InboxConfigModifier and TypeFieldDescriptionfinal InboxConfigInboxes.DurableQueueBasedInboxes.DurableQueueBasedInbox.configMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return InboxConfigMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type InboxConfigModifier and TypeMethodDescriptionInboxes.DurableQueueBasedInboxes.getOrCreateInbox(InboxConfig inboxConfig) Inboxes.DurableQueueBasedInboxes.getOrCreateInbox(InboxConfig inboxConfig, Consumer<Message> messageConsumer) Inboxes.getOrCreateInbox(InboxConfig inboxConfig) Get an existingInboxinstance or create a new instance.default InboxInboxes.getOrCreateInbox(InboxConfig inboxConfig, dk.cloudcreate.essentials.reactive.command.CommandBus forwardTo) Get an existingInboxinstance or create a new instance.Inboxes.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 InboxConfigModifierConstructorDescriptionDurableQueueBasedInbox(InboxConfig config) DurableQueueBasedInbox(InboxConfig config, Consumer<Message> messageConsumer)