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.adapter.gcp
Fields in org.springframework.cloud.function.adapter.gcp declared as 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) -
Uses of FunctionCatalog in org.springframework.cloud.function.grpc
Constructors in org.springframework.cloud.function.grpc with parameters of type FunctionCatalogModifierConstructorDescriptionMessageHandlingHelper(List<GrpcMessageConverter<?>> grpcConverters, FunctionCatalog functionCatalog, FunctionProperties funcProperties) -
Uses of FunctionCatalog in org.springframework.cloud.function.web.flux
Methods in org.springframework.cloud.function.web.flux with parameters of type FunctionCatalogModifier and TypeMethodDescriptionReactorAutoConfiguration.functionHandlerMapping(FunctionCatalog catalog, FunctionController controller, FunctionProperties functionProperties) Constructors in org.springframework.cloud.function.web.flux with parameters of type FunctionCatalogModifierConstructorDescriptionFunctionHandlerMapping(FunctionCatalog catalog, FunctionController controller, FunctionProperties functionProperties) -
Uses of FunctionCatalog in org.springframework.cloud.function.web.mvc
Methods in org.springframework.cloud.function.web.mvc with parameters of type FunctionCatalogModifier and TypeMethodDescriptionReactorAutoConfiguration.functionHandlerMapping(FunctionProperties functionProperties, FunctionCatalog catalog, FunctionController controller) Constructors in org.springframework.cloud.function.web.mvc with parameters of type FunctionCatalogModifierConstructorDescriptionFunctionHandlerMapping(FunctionProperties functionProperties, FunctionCatalog catalog, FunctionController controller) -
Uses of FunctionCatalog in org.springframework.cloud.function.web.source
Methods in org.springframework.cloud.function.web.source with parameters of type FunctionCatalogModifier and TypeMethodDescriptionFunctionExporterAutoConfiguration.sourceForwarder(RequestBuilder requestBuilder, DestinationResolver destinationResolver, FunctionCatalog catalog, org.springframework.web.reactive.function.client.WebClient.Builder builder) -
Uses of FunctionCatalog in org.springframework.cloud.function.web.util
Methods in org.springframework.cloud.function.web.util with parameters of type FunctionCatalogModifier and TypeMethodDescriptionFunctionWebRequestProcessingHelper.findFunction(FunctionProperties functionProperties, org.springframework.http.HttpMethod method, FunctionCatalog functionCatalog, Map<String, Object> attributes, String path)