Class BeanFactoryAwareFunctionRegistry

java.lang.Object
org.springframework.cloud.function.context.catalog.SimpleFunctionRegistry
org.springframework.cloud.function.context.catalog.BeanFactoryAwareFunctionRegistry
All Implemented Interfaces:
org.springframework.beans.factory.Aware, FunctionInspector, FunctionCatalog, FunctionRegistry, org.springframework.context.ApplicationContextAware

public class BeanFactoryAwareFunctionRegistry extends SimpleFunctionRegistry implements org.springframework.context.ApplicationContextAware
Implementation of FunctionRegistry capable of discovering functions in BeanFactory.
Author:
Oleg Zhurakousky
  • Constructor Details

    • BeanFactoryAwareFunctionRegistry

      public BeanFactoryAwareFunctionRegistry(org.springframework.core.convert.ConversionService conversionService, org.springframework.messaging.converter.CompositeMessageConverter messageConverter, JsonMapper jsonMapper, @Nullable FunctionProperties functionProperties, @Nullable FunctionInvocationHelper<org.springframework.messaging.Message<?>> functionInvocationHelper)
  • Method Details