public abstract class FunctionAroundWrapper extends Object implements BiFunction<Object,SimpleFunctionRegistry.FunctionInvocationWrapper,Object>
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)| Constructor and Description |
|---|
FunctionAroundWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object input,
SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) |
protected abstract Object |
doApply(org.springframework.messaging.Message<byte[]> input,
SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic final Object apply(Object input, SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction)
apply in interface BiFunction<Object,SimpleFunctionRegistry.FunctionInvocationWrapper,Object>protected abstract Object doApply(org.springframework.messaging.Message<byte[]> input, SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.