Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.OutboxName
Packages that use OutboxName
-
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 OutboxNameMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return OutboxNameModifier and TypeMethodDescriptionOutboxConfig.getOutboxName()Outbox.name()The name of the outboxOutboxes.DurableQueueBasedOutboxes.DurableQueueBasedOutbox.name()static OutboxNameOutboxName.of(CharSequence value) Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type OutboxNameConstructors in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type OutboxNameModifierConstructorDescriptionOutboxConfig(OutboxName outboxName, RedeliveryPolicy redeliveryPolicy, MessageConsumptionMode messageConsumptionMode, int numberOfParallelMessageConsumers)