Class LegacyConfiguredChannelFactory

  • All Implemented Interfaces:
    ChannelRegistar

    @ApplicationScoped
    public class LegacyConfiguredChannelFactory
    extends ConfiguredChannelFactory
    Look for stream factories and get instances. This implementation use the "smallrye.messaging.source" and "smallrye.messaging.sink" prefixes.
    • Constructor Detail

      • LegacyConfiguredChannelFactory

        protected LegacyConfiguredChannelFactory()
      • LegacyConfiguredChannelFactory

        @Inject
        public LegacyConfiguredChannelFactory​(@Any
                                              javax.enterprise.inject.Instance<IncomingConnectorFactory> incomingConnectorFactories,
                                              @Any
                                              javax.enterprise.inject.Instance<OutgoingConnectorFactory> outgoingConnectorFactories,
                                              javax.enterprise.inject.Instance<org.eclipse.microprofile.config.Config> config,
                                              @Any
                                              javax.enterprise.inject.Instance<ChannelRegistry> registry,
                                              javax.enterprise.inject.spi.BeanManager beanManager)