Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.OutboxConfig
Packages that use OutboxConfig
-
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 OutboxConfigModifier and TypeFieldDescriptionfinal OutboxConfigOutboxes.DurableQueueBasedOutboxes.DurableQueueBasedOutbox.configMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward that return OutboxConfigMethods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type OutboxConfigModifier and TypeMethodDescriptiondefault OutboxOutboxes.getOrCreateForwardingOutbox(OutboxConfig outboxConfig, dk.cloudcreate.essentials.reactive.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.Outboxes.DurableQueueBasedOutboxes.getOrCreateOutbox(OutboxConfig outboxConfig) Outboxes.DurableQueueBasedOutboxes.getOrCreateOutbox(OutboxConfig outboxConfig, Consumer<Message> messageConsumer) Outboxes.getOrCreateOutbox(OutboxConfig outboxConfig) Get an existingOutboxinstance or create a new instance.Outboxes.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 OutboxConfigModifierConstructorDescriptionDurableQueueBasedOutbox(OutboxConfig config) DurableQueueBasedOutbox(OutboxConfig config, Consumer<Message> messageConsumer)