类 InitializeGrpcClientBeans

java.lang.Object
cn.iosd.starter.grpc.client.InitializeGrpcClientBeans
所有已实现的接口:
org.springframework.beans.factory.config.BeanPostProcessor

@Component public class InitializeGrpcClientBeans extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
存储使用到GrpcClient注解的Bean对象地址
作者:
ok1996
  • 构造器详细资料

    • InitializeGrpcClientBeans

      public InitializeGrpcClientBeans()
  • 方法详细资料

    • getGrpcClientBeans

      public GrpcClientBeans getGrpcClientBeans()
    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(@Nullable Object bean, @Nullable String beanName) throws org.springframework.beans.BeansException
      指定者:
      postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
      抛出:
      org.springframework.beans.BeansException
    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(@Nullable Object bean, @Nullable String beanName) throws org.springframework.beans.BeansException
      指定者:
      postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
      抛出:
      org.springframework.beans.BeansException