Class KafkaStreamsFunctionBeanPostProcessor

java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.function.KafkaStreamsFunctionBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean

public class KafkaStreamsFunctionBeanPostProcessor extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
Since:
2.2.0
Author:
Soby Chacko
  • Constructor Details

    • KafkaStreamsFunctionBeanPostProcessor

      public KafkaStreamsFunctionBeanPostProcessor(org.springframework.cloud.stream.function.StreamFunctionProperties streamFunctionProperties)
  • Method Details

    • getResolvableTypes

      public Map<String,org.springframework.core.ResolvableType> getResolvableTypes()
    • getMethods

      public Map<String,Method> getMethods()
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException