Package | Description |
---|---|
org.axonframework.boot.autoconfig | |
org.axonframework.spring.config |
Modifier and Type | Method and Description |
---|---|
SimpleCommandBus |
AxonAutoConfiguration.commandBus(TransactionManager txManager,
AxonConfiguration axonConfiguration) |
SimpleEventBus |
AxonAutoConfiguration.eventBus(AxonConfiguration configuration) |
EventStorageEngine |
JpaAutoConfiguration.eventStorageEngine(Serializer serializer,
PersistenceExceptionResolver persistenceExceptionResolver,
AxonConfiguration configuration,
EntityManagerProvider entityManagerProvider,
TransactionManager transactionManager) |
EmbeddedEventStore |
AxonAutoConfiguration.eventStore(EventStorageEngine storageEngine,
AxonConfiguration configuration) |
Constructor and Description |
---|
EventHandlerRegistrar(AxonConfiguration axonConfiguration,
EventHandlingConfiguration eventHandlingConfiguration)
Initialize the registrar to register beans discovered with the given
eventHandlingConfiguration . |
Copyright © 2010–2017. All rights reserved.