Fix general Observablity support as well as Rabbit Observability support

This commit is contained in:
Oleg Zhurakousky
2022-10-24 17:41:57 +02:00
parent 0357d7f67f
commit b86e713a58
5 changed files with 101 additions and 11 deletions

View File

@@ -1475,8 +1475,7 @@ public class ImplicitFunctionBindingTests {
return new FunctionAroundWrapper() {
@Override
protected Object doApply(Object input,
FunctionInvocationWrapper targetFunction) {
protected Object doApply(Object input, FunctionInvocationWrapper targetFunction) {
return targetFunction.apply(input);
}
};