Uses of Interface
dk.cloudcreate.essentials.components.foundation.reactive.command.CommandQueueRedeliveryPolicyResolver
-
Packages that use CommandQueueRedeliveryPolicyResolver Package Description dk.cloudcreate.essentials.components.foundation.reactive.command -
-
Uses of CommandQueueRedeliveryPolicyResolver in dk.cloudcreate.essentials.components.foundation.reactive.command
Methods in dk.cloudcreate.essentials.components.foundation.reactive.command that return CommandQueueRedeliveryPolicyResolver Modifier and Type Method Description CommandQueueRedeliveryPolicyResolverDurableLocalCommandBus. getCommandQueueRedeliveryPolicyResolver()static CommandQueueRedeliveryPolicyResolverCommandQueueRedeliveryPolicyResolver. sameReliveryPolicyForAllCommandQueues(RedeliveryPolicy redeliveryPolicy)Apply the sameRedeliveryPolicyindependent on theQueueNameMethods in dk.cloudcreate.essentials.components.foundation.reactive.command with parameters of type CommandQueueRedeliveryPolicyResolver Modifier and Type Method Description DurableLocalCommandBusBuilderDurableLocalCommandBusBuilder. setCommandQueueRedeliveryPolicyResolver(CommandQueueRedeliveryPolicyResolver commandQueueRedeliveryPolicyResolver)Set the strategy that allows theDurableLocalCommandBusto vary theRedeliveryPolicyperQueueName
Defaults toCommandQueueNameSelector.defaultCommandQueueForAllCommands()withRedeliveryPolicy:
-