Class ReactiveFeignNamedContextFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware

    public class ReactiveFeignNamedContextFactory
    extends org.springframework.cloud.context.named.NamedContextFactory<reactivefeign.spring.config.ReactiveFeignClientSpecification>
    A factory that creates instances of feign classes. It creates a Spring ApplicationContext per client name, and extracts the beans that it needs from there. patterned after org.springframework.cloud.netflix.feign.FeignContext
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.cloud.context.named.NamedContextFactory

        org.springframework.cloud.context.named.NamedContextFactory.Specification
    • Method Summary

      • Methods inherited from class org.springframework.cloud.context.named.NamedContextFactory

        createContext, destroy, generateDisplayName, getContext, getContextNames, getInstance, getInstance, getInstance, getInstances, getLazyProvider, getParent, getProvider, setApplicationContext, setConfigurations
      • Methods inherited from class java.lang.Object

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

      • ReactiveFeignNamedContextFactory

        public ReactiveFeignNamedContextFactory()