Uses of Interface
org.springframework.cloud.function.context.FunctionCatalog
Packages that use FunctionCatalog
Package
Description
-
Uses of FunctionCatalog in org.springframework.cloud.function.actuator
Constructors in org.springframework.cloud.function.actuator with parameters of type FunctionCatalog -
Uses of FunctionCatalog in org.springframework.cloud.function.context
Subinterfaces of FunctionCatalog in org.springframework.cloud.function.context -
Uses of FunctionCatalog in org.springframework.cloud.function.context.catalog
Classes in org.springframework.cloud.function.context.catalog that implement FunctionCatalogModifier and TypeClassDescriptionclassImplementation ofFunctionRegistrycapable of discovering functions inBeanFactory.classImplementation ofFunctionCatalogandFunctionRegistrywhich does not depend on Spring'sBeanFactory. -
Uses of FunctionCatalog in org.springframework.cloud.function.context.config
Methods in org.springframework.cloud.function.context.config with parameters of type FunctionCatalogModifier and TypeMethodDescriptionContextFunctionCatalogAutoConfiguration.functionRouter(FunctionCatalog functionCatalog, FunctionProperties functionProperties, org.springframework.beans.factory.BeanFactory beanFactory, MessageRoutingCallback routingCallback, DefaultMessageRoutingHandler defaultMessageRoutingHandler) FunctionsEndpointAutoConfiguration.functionsEndpoint(FunctionCatalog functionCatalog) Constructors in org.springframework.cloud.function.context.config with parameters of type FunctionCatalogModifierConstructorDescriptionRoutingFunction(FunctionCatalog functionCatalog, Map<String, String> propertiesMap, org.springframework.expression.BeanResolver beanResolver, MessageRoutingCallback routingCallback) RoutingFunction(FunctionCatalog functionCatalog, FunctionProperties functionProperties) RoutingFunction(FunctionCatalog functionCatalog, FunctionProperties functionProperties, org.springframework.expression.BeanResolver beanResolver, MessageRoutingCallback routingCallback)