Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.OutboxConfig
-
Packages that use OutboxConfig Package Description dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward -
-
Uses of OutboxConfig 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 OutboxConfig Modifier and Type Field Description OutboxConfigOutboxes.DurableQueueBasedOutboxes.DurableQueueBasedOutbox. configMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return OutboxConfig Modifier and Type Method Description OutboxConfigOutboxConfigBuilder. build()Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type OutboxConfig Modifier and Type Method Description default OutboxOutboxes. getOrCreateForwardingOutbox(OutboxConfig outboxConfig, EventHandler eventHandler)Get an existingOutboxinstance or create a new instance that forwards to anEventHandler.
If an existingOutboxwith a matchingOutboxNameis already created then that instance is returned (irrespective of whether the redeliveryPolicy, etc.OutboxOutboxes.DurableQueueBasedOutboxes. getOrCreateOutbox(OutboxConfig outboxConfig)OutboxOutboxes.DurableQueueBasedOutboxes. getOrCreateOutbox(OutboxConfig outboxConfig, Consumer<Message> messageConsumer)OutboxOutboxes. getOrCreateOutbox(OutboxConfig outboxConfig)Get an existingOutboxinstance or create a new instance.OutboxOutboxes. getOrCreateOutbox(OutboxConfig outboxConfig, Consumer<Message> messageConsumer)Get an existingOutboxinstance or create a new instance.Constructors in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type OutboxConfig Constructor Description DurableQueueBasedOutbox(OutboxConfig config)DurableQueueBasedOutbox(OutboxConfig config, Consumer<Message> messageConsumer)
-