public abstract class InvocableHandlerMethodSupport extends HandlerMethod
HandlerMethod
that adds support for invoking the
underlying handler methods.HandlerMethod.HandlerMethodParameter
logger
Modifier | Constructor and Description |
---|---|
protected |
InvocableHandlerMethodSupport(HandlerMethod handlerMethod) |
Modifier and Type | Method and Description |
---|---|
protected Object |
doInvoke(Object... argValues)
Invoke the handler method with the given argument values.
|
protected reactor.core.publisher.Mono<Object[]> |
toArgsMono(Object[] args)
Use this method to resolve the arguments asynchronously.
|
assertTargetBean, createWithResolvedBean, equals, findProvidedArgument, formatArgumentError, formatInvokeError, getBean, getBeanType, getBridgedMethod, getMethod, getMethodAnnotation, getMethodParameters, getReturnType, getReturnValueType, getShortLogMessage, hashCode, hasMethodAnnotation, isVoid, toString
protected InvocableHandlerMethodSupport(HandlerMethod handlerMethod)