Uses of Class
org.springframework.cloud.function.context.catalog.SimpleFunctionRegistry.FunctionInvocationWrapper
Packages that use SimpleFunctionRegistry.FunctionInvocationWrapper
Package
Description
-
Uses of SimpleFunctionRegistry.FunctionInvocationWrapper in org.springframework.cloud.function.context.catalog
Methods in org.springframework.cloud.function.context.catalog with parameters of type SimpleFunctionRegistry.FunctionInvocationWrapperModifier and TypeMethodDescriptionfinal ObjectFunctionAroundWrapper.apply(Object input, SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) protected abstract ObjectFunctionAroundWrapper.doApply(Object input, SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) static intFunctionTypeUtils.getInputCount(SimpleFunctionRegistry.FunctionInvocationWrapper function) static intFunctionTypeUtils.getOutputCount(SimpleFunctionRegistry.FunctionInvocationWrapper function) -
Uses of SimpleFunctionRegistry.FunctionInvocationWrapper in org.springframework.cloud.function.observability
Methods in org.springframework.cloud.function.observability that return SimpleFunctionRegistry.FunctionInvocationWrapperMethods in org.springframework.cloud.function.observability with parameters of type SimpleFunctionRegistry.FunctionInvocationWrapperModifier and TypeMethodDescriptionprotected ObjectObservationFunctionAroundWrapper.doApply(Object message, SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) Constructors in org.springframework.cloud.function.observability with parameters of type SimpleFunctionRegistry.FunctionInvocationWrapperModifierConstructorDescriptionFunctionContext(SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction, org.springframework.messaging.Message<?> message)