Class ObservationFunctionAroundWrapper
java.lang.Object
org.springframework.cloud.function.context.catalog.FunctionAroundWrapper
org.springframework.cloud.function.observability.ObservationFunctionAroundWrapper
- Since:
- 4.0.0
- Author:
- Marcin Grzejszczak, Oleg Zhurakousky
-
Constructor Summary
ConstructorsConstructorDescriptionObservationFunctionAroundWrapper(io.micrometer.observation.ObservationRegistry observationRegistry, FunctionObservationConvention functionObservationConvention) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectdoApply(Object message, SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) Methods inherited from class FunctionAroundWrapper
apply
-
Constructor Details
-
ObservationFunctionAroundWrapper
public ObservationFunctionAroundWrapper(io.micrometer.observation.ObservationRegistry observationRegistry, @Nullable FunctionObservationConvention functionObservationConvention)
-
-
Method Details
-
doApply
protected Object doApply(Object message, SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) - Specified by:
doApplyin classFunctionAroundWrapper
-