|
Push Down Method protected SagaConfiguration(sagaConfigurer SagaConfigurer<S>) from class org.axonframework.config.SagaConfiguration to protected SagaConfigurationImpl(sagaConfigurer SagaConfigurer<S>) from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Method public eventProcessor() : T from class org.axonframework.config.SagaConfiguration to public eventProcessor() : T from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Method public listenerInvocationErrorHandler() : ListenerInvocationErrorHandler from class org.axonframework.config.SagaConfiguration to public listenerInvocationErrorHandler() : ListenerInvocationErrorHandler from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Method private ensureInitialized() : void from class org.axonframework.config.SagaConfiguration to private ensureInitialized() : void from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Method public initialize(configuration Configuration) : void from class org.axonframework.config.SagaConfiguration to private initialize(configuration Configuration) : void from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Method public type() : Class<S> from class org.axonframework.config.SagaConfiguration to public type() : Class<S> from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Method public processingGroup() : String from class org.axonframework.config.SagaConfiguration to public processingGroup() : String from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Attribute private manager : Component<AbstractSagaManager<S>> from class org.axonframework.config.SagaConfiguration to private manager : Component<AbstractSagaManager<S>> from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Attribute private configurer : SagaConfigurer<S> from class org.axonframework.config.SagaConfiguration to private configurer : SagaConfigurer<S> from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Attribute private repository : Component<SagaRepository<S>> from class org.axonframework.config.SagaConfiguration to private repository : Component<SagaRepository<S>> from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Attribute private store : Component<SagaStore<? super S>> from class org.axonframework.config.SagaConfiguration to private store : Component<SagaStore<? super S>> from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |
|
Push Down Attribute private config : Configuration from class org.axonframework.config.SagaConfiguration to private config : Configuration from class org.axonframework.config.SagaConfigurer.SagaConfigurationImpl |
From |
To |