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, InitializingBean
                        

    Spring factory creating Axon Framework channels based on configuration.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AxonChannelProxyFactory(ChannelMessageAcceptor channelMessageAcceptor, IngressMetrics metrics, List<PayloadDecoder> payloadDecoders, GlobalConfig globalConfig, Map<String, ChannelConfigurationProperties> channelConfigurations)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit setApplicationContext(ApplicationContext applicationContext)
      Unit afterPropertiesSet()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AxonChannelProxyFactory

        AxonChannelProxyFactory(ChannelMessageAcceptor channelMessageAcceptor, IngressMetrics metrics, List<PayloadDecoder> payloadDecoders, GlobalConfig globalConfig, Map<String, ChannelConfigurationProperties> channelConfigurations)