| Package | Description |
|---|---|
| org.axonframework.springboot.autoconfig | |
| org.axonframework.springboot.autoconfig.legacyjpa |
| 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) |
| 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.
|
Copyright © 2010–2024. All rights reserved.