Class LoadBalancerChildContextInitializer

java.lang.Object
org.springframework.cloud.loadbalancer.aot.LoadBalancerChildContextInitializer
All Implemented Interfaces:
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

public class LoadBalancerChildContextInitializer extends Object implements org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
A BeanRegistrationAotProcessor that creates an BeanRegistrationAotContribution for LoadBalancer child contexts.
Author:
Olga Maciaszek-Sharma
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

    IGNORE_REGISTRATION_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoadBalancerChildContextInitializer(LoadBalancerClientFactory loadBalancerClientFactory, org.springframework.context.ApplicationContext applicationContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.beans.factory.aot.BeanRegistrationAotContribution
    processAheadOfTime(org.springframework.beans.factory.support.RegisteredBean registeredBean)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

    isBeanExcludedFromAotProcessing
  • Constructor Details

    • LoadBalancerChildContextInitializer

      public LoadBalancerChildContextInitializer(LoadBalancerClientFactory loadBalancerClientFactory, org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • processAheadOfTime

      public org.springframework.beans.factory.aot.BeanRegistrationAotContribution processAheadOfTime(org.springframework.beans.factory.support.RegisteredBean registeredBean)
      Specified by:
      processAheadOfTime in interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor