|
Push Down Method public registerModule(module ModuleConfiguration) : Configurer from class org.axonframework.config.Configurer to public registerModule(module ModuleConfiguration) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method private withSagaStore(sagaStoreBuilder Function<Configuration,SagaStore<?>>) : Configurer from class org.axonframework.config.Configurer to private withSagaStore(sagaStoreBuilder Function<Configuration,SagaStore<?>>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public jpaConfiguration(entityManagerProvider EntityManagerProvider) : Configurer from class org.axonframework.config.Configurer to public jpaConfiguration(entityManagerProvider EntityManagerProvider) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public initialize() : Configuration from class org.axonframework.config.Configurer to public initialize() : Configuration from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public registerAggregate(aggregateConfiguration AggregateConfigurer<A>) : Configurer from class org.axonframework.config.Configurer to public registerAggregate(aggregateConfiguration AggregateConfiguration<A>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public registerAggregate(aggregate Class<A>) : Configurer from class org.axonframework.config.Configurer to public registerAggregate(aggregate Class<A>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public withTransactionManager(transactionManagerBuilder Function<Configuration,TransactionManager>) : Configurer from class org.axonframework.config.Configurer to public withTransactionManager(transactionManagerBuilder Function<Configuration,TransactionManager>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public usingMonitoring(messageMonitorFactoryBuilder Function<Configuration,BiFunction<Class<?>,String,MessageMonitor<Message<?>>>>) : Configurer from class org.axonframework.config.Configurer to public withMessageMonitor(messageMonitorFactoryBuilder Function<Configuration,BiFunction<Class<?>,String,MessageMonitor<Message<?>>>>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public withEventBus(eventBusBuilder Function<Configuration,EventBus>) : Configurer from class org.axonframework.config.Configurer to public withEventBus(eventBusBuilder Function<Configuration,EventBus>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public withEventStore(eventStoreBuilder Function<Configuration,EventStore>) : Configurer from class org.axonframework.config.Configurer to public withEventStore(eventStoreBuilder Function<Configuration,EventStore>) : SimpleConfigurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public withCommandBus(commandBusBuilder Function<Configuration,CommandBus>) : Configurer from class org.axonframework.config.Configurer to public withCommandBus(commandBusBuilder Function<Configuration,CommandBus>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public withSerializer(serializerBuilder Function<Configuration,Serializer>) : Configurer from class org.axonframework.config.Configurer to public withSerializer(serializerBuilder Function<Configuration,Serializer>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public withCorrelationDataProviders(correlationDataProviderBuilder Function<Configuration,List<CorrelationDataProvider>>) : Configurer from class org.axonframework.config.Configurer to public withCorrelationDataProviders(correlationDataProviderBuilder Function<Configuration,List<CorrelationDataProvider>>) : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public defaultConfiguration() : Configurer from class org.axonframework.config.Configurer to public defaultConfiguration() : Configurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Method public withEmbeddedEventStore(storageEngineBuilder Function<Configuration,EventStorageEngine>) : Configurer from class org.axonframework.config.Configurer to public withEmbeddedEventStore(storageEngineBuilder Function<Configuration,EventStorageEngine>) : SimpleConfigurer from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private config : Configuration from class org.axonframework.config.Configurer to private config : Configuration from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private interceptor : Component<MessageHandlerInterceptor<Message<?>>> from class org.axonframework.config.Configurer to private interceptor : Component<MessageHandlerInterceptor<Message<?>>> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private correlationProviders : Component<List<CorrelationDataProvider>> from class org.axonframework.config.Configurer to private correlationProviders : Component<List<CorrelationDataProvider>> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private monitorsPerComponent : Map<Object,MessageMonitor<?>> from class org.axonframework.config.Configurer to private monitorsPerComponent : Map<Object,MessageMonitor<?>> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private eventBus : Component<EventBus> from class org.axonframework.config.Configurer to private eventBus : Component<EventBus> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private transactionManager : Component<TransactionManager> from class org.axonframework.config.Configurer to private transactionManager : Component<TransactionManager> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private serializer : Component<Serializer> from class org.axonframework.config.Configurer to private serializer : Component<Serializer> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private messageMonitorFactory : Component<BiFunction<Class<?>,String,MessageMonitor<Message<?>>>> from class org.axonframework.config.Configurer to private messageMonitorFactory : Component<BiFunction<Class<?>,String,MessageMonitor<Message<?>>>> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private startHandlers : List<Runnable> from class org.axonframework.config.Configurer to private startHandlers : List<Runnable> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private parameterResolverFactory : Component<ParameterResolverFactory> from class org.axonframework.config.Configurer to private parameterResolverFactory : Component<ParameterResolverFactory> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private sagaStore : Component<SagaStore<?>> from class org.axonframework.config.Configurer to private sagaStore : Component<SagaStore<?>> from class org.axonframework.config.SimpleConfigurer |
From |
To |
|
Push Down Attribute private commandBus : Component<CommandBus> from class org.axonframework.config.Configurer to private commandBus : Component<CommandBus> from class org.axonframework.config.SimpleConfigurer |
From |
To |