Class FunctionAroundWrapper

java.lang.Object
org.springframework.cloud.function.context.catalog.FunctionAroundWrapper
All Implemented Interfaces:
BiFunction<Object,SimpleFunctionRegistry.FunctionInvocationWrapper,Object>

public abstract class FunctionAroundWrapper extends Object implements BiFunction<Object,SimpleFunctionRegistry.FunctionInvocationWrapper,Object>
Wrapper that acts as around advise over function invocation. If registered as bean it will be autowired into SimpleFunctionRegistry.FunctionInvocationWrapper. Keep in mind that it only affects imperative invocations where input is Message NOTE: This API is experimental and and could change without notice. It is intended for internal use only (e.g., spring-cloud-sleuth)
Since:
3.1
Author:
Oleg Zhurakousky