| Package | Description |
|---|---|
| org.axonframework.springboot.autoconfig | |
| org.axonframework.springboot.autoconfig.legacyjpa | |
| org.axonframework.springboot.util |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterQueueProviderConfigurerModule |
JdbcAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties,
org.axonframework.common.jdbc.ConnectionProvider connectionProvider,
org.axonframework.common.transaction.TransactionManager transactionManager,
org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema schema,
org.axonframework.serialization.Serializer eventSerializer,
org.axonframework.serialization.Serializer genericSerializer) |
DeadLetterQueueProviderConfigurerModule |
JpaAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties,
org.axonframework.common.jpa.EntityManagerProvider entityManagerProvider,
org.axonframework.common.transaction.TransactionManager transactionManager,
org.axonframework.serialization.Serializer genericSerializer,
org.axonframework.serialization.Serializer eventSerializer) |
org.axonframework.config.ConfigurerModule |
AxonServerAutoConfiguration.persistentStreamProcessorsConfigurerModule(EventProcessorProperties processorProperties,
AxonServerConfiguration axonServerConfiguration)
Creates a
ConfigurerModule to configure
sequencing policies for persistent streams
connected to subscribing event processors with
a dead letter queue. |
| Constructor and Description |
|---|
AxonAutoConfiguration(EventProcessorProperties eventProcessorProperties,
SerializerProperties serializerProperties,
TagsConfigurationProperties tagsConfigurationProperties,
org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterQueueProviderConfigurerModule |
JpaJavaxAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider,
org.axonframework.common.transaction.TransactionManager transactionManager,
org.axonframework.serialization.Serializer genericSerializer,
org.axonframework.serialization.Serializer eventSerializer)
Deprecated.
|
| Constructor and Description |
|---|
DeadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties,
Function<String,Function<org.axonframework.config.Configuration,org.axonframework.messaging.deadletter.SequencedDeadLetterQueue<org.axonframework.eventhandling.EventMessage<?>>>> deadLetterQueueProvider)
Construct a
DeadLetterQueueProviderConfigurerModule, using the given eventProcessorProperties to
decide which processing groups receive the SequencedDeadLetterQueue from the given
deadLetterQueueProvider. |
Copyright © 2010–2024. All rights reserved.