Java org.springframework.messaging.handler.invocation.reactive InvocableHandlerMethod fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.handler.invocation.reactive InvocableHandlerMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.handler.invocation.reactive InvocableHandlerMethod.

The text is from its open source code.

Constructor

InvocableHandlerMethod(HandlerMethod handlerMethod)
Create an instance from a HandlerMethod .
InvocableHandlerMethod(Object bean, Method method)
Create an instance from a bean instance and a method.

Method

StringgetShortLogMessage()
Return a short representation of this handler method for log message purposes.
voidsetArgumentResolvers(List resolvers)
Configure the argument resolvers to use to use for resolving method argument values against a ServerWebExchange .