Class AxonChannelProxyFactory
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public final class AxonChannelProxyFactory implements ApplicationContextAware, InitializingBeanSpring factory creating Axon Framework channels based on configuration.
-
-
Constructor Summary
Constructors Constructor Description AxonChannelProxyFactory(ChannelMessageAcceptor channelMessageAcceptor, IngressMetrics metrics, List<PayloadDecoder> payloadDecoders, GlobalConfig globalConfig, Map<String, ChannelConfigurationProperties> channelConfigurations)
-
Method Summary
Modifier and Type Method Description UnitsetApplicationContext(ApplicationContext applicationContext)UnitafterPropertiesSet()-
-
Method Detail
-
setApplicationContext
Unit setApplicationContext(ApplicationContext applicationContext)
-
afterPropertiesSet
Unit afterPropertiesSet()
-
-
-
-