Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.InboxName
-
Packages that use InboxName Package Description dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward -
-
Uses of InboxName 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 InboxName Modifier and Type Field Description InboxNameInboxConfig. inboxNameThe name of the inboxMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return InboxName Modifier and Type Method Description InboxNameInboxConfig. getInboxName()InboxNameInbox. name()The name of the inboxInboxNameInboxes.DurableQueueBasedInboxes.DurableQueueBasedInbox. name()static InboxNameInboxName. of(CharSequence value)Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type InboxName Modifier and Type Method Description InboxConfigBuilderInboxConfigBuilder. inboxName(InboxName inboxName)Constructors in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type InboxName Constructor Description InboxConfig(InboxName inboxName, RedeliveryPolicy redeliveryPolicy, MessageConsumptionMode messageConsumptionMode, int numberOfParallelMessageConsumers)
-