Uses of Class
org.axonframework.springboot.EventProcessorProperties
Packages that use EventProcessorProperties
Package
Description
-
Uses of EventProcessorProperties in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig with parameters of type EventProcessorPropertiesModifier and TypeMethodDescriptionJdbcAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties, ConnectionProvider connectionProvider, TransactionManager transactionManager, DeadLetterSchema schema, Serializer eventSerializer, Serializer genericSerializer) JpaAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties, EntityManagerProvider entityManagerProvider, TransactionManager transactionManager, Serializer genericSerializer, Serializer eventSerializer) AxonServerAutoConfiguration.persistentStreamProcessorsConfigurerModule(EventProcessorProperties processorProperties, AxonServerConfiguration axonServerConfiguration) Creates aConfigurerModuleto configuresequencing policiesfor persistent streams connected tosubscribing event processorswith a dead letter queue.Constructors in org.axonframework.springboot.autoconfig with parameters of type EventProcessorPropertiesModifierConstructorDescriptionAxonAutoConfiguration(EventProcessorProperties eventProcessorProperties, SerializerProperties serializerProperties, TagsConfigurationProperties tagsConfigurationProperties, org.springframework.context.ApplicationContext applicationContext) -
Uses of EventProcessorProperties in org.axonframework.springboot.autoconfig.legacyjpa
Methods in org.axonframework.springboot.autoconfig.legacyjpa with parameters of type EventProcessorPropertiesModifier and TypeMethodDescriptionJpaJavaxAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties, EntityManagerProvider entityManagerProvider, TransactionManager transactionManager, Serializer genericSerializer, Serializer eventSerializer) Deprecated. -
Uses of EventProcessorProperties in org.axonframework.springboot.util
Constructors in org.axonframework.springboot.util with parameters of type EventProcessorPropertiesModifierConstructorDescriptionDeadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties, Function<String, Function<Configuration, SequencedDeadLetterQueue<EventMessage<?>>>> deadLetterQueueProvider) Construct aDeadLetterQueueProviderConfigurerModule, using the giveneventProcessorPropertiesto decide which processing groups receive theSequencedDeadLetterQueuefrom the givendeadLetterQueueProvider.