Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.OutboxName
-
Packages that use OutboxName Package Description dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward -
-
Uses of OutboxName 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 OutboxName Modifier and Type Field Description OutboxNameOutboxConfig. outboxNameThe name of the outboxMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return OutboxName Modifier and Type Method Description OutboxNameOutboxConfig. getOutboxName()OutboxNameOutbox. name()The name of the outboxOutboxNameOutboxes.DurableQueueBasedOutboxes.DurableQueueBasedOutbox. name()static OutboxNameOutboxName. of(CharSequence value)Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type OutboxName Modifier and Type Method Description OutboxConfigBuilderOutboxConfigBuilder. setOutboxName(OutboxName outboxName)Constructors in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type OutboxName Constructor Description OutboxConfig(OutboxName outboxName, RedeliveryPolicy redeliveryPolicy, MessageConsumptionMode messageConsumptionMode, int numberOfParallelMessageConsumers)
-