Uses of Interface
org.axonframework.messaging.deadletter.EnqueuePolicy
Packages that use EnqueuePolicy
-
Uses of EnqueuePolicy in org.axonframework.config
Fields in org.axonframework.config with type parameters of type EnqueuePolicyModifier and TypeFieldDescriptionprotected final Map<String, Component<EnqueuePolicy<EventMessage<?>>>> EventProcessingModule.deadLetterPoliciesMethods in org.axonframework.config that return types with arguments of type EnqueuePolicyModifier and TypeMethodDescriptiondefault Optional<EnqueuePolicy<EventMessage<?>>> EventProcessingConfiguration.deadLetterPolicy(String processingGroup) EventProcessingModule.deadLetterPolicy(String processingGroup) Method parameters in org.axonframework.config with type arguments of type EnqueuePolicyModifier and TypeMethodDescriptiondefault EventProcessingConfigurerEventProcessingConfigurer.registerDeadLetterPolicy(String processingGroup, Function<Configuration, EnqueuePolicy<EventMessage<?>>> policyBuilder) EventProcessingModule.registerDeadLetterPolicy(String processingGroup, Function<Configuration, EnqueuePolicy<EventMessage<?>>> policyBuilder) default EventProcessingConfigurerEventProcessingConfigurer.registerDefaultDeadLetterPolicy(Function<Configuration, EnqueuePolicy<EventMessage<?>>> policyBuilder) Register a defaultdead letter policyfor any processing group using adead letter queue.EventProcessingModule.registerDefaultDeadLetterPolicy(Function<Configuration, EnqueuePolicy<EventMessage<?>>> policyBuilder) -
Uses of EnqueuePolicy in org.axonframework.eventhandling.deadletter
Methods in org.axonframework.eventhandling.deadletter with parameters of type EnqueuePolicyModifier and TypeMethodDescriptionDeadLetteringEventHandlerInvoker.Builder.enqueuePolicy(EnqueuePolicy<EventMessage<?>> enqueuePolicy) Sets theEnqueuePolicythisEventHandlerInvokeruses to decide whether adead lettershould be added to theSequencedDeadLetterQueue.