Package io.microsphere.spring.webflux.method
-
Class Summary Class Description InterceptingHandlerMethodProcessor TheHandlerMethodprocessor that callbacksHandlerMethodAdvicebeans based onHandlerMethodArgumentResolver,HandlerResultHandler.StoringRequestBodyArgumentInterceptor TheHandlerMethodArgumentInterceptorclass stores theargumentofHandlerMethodthat annotatedRequestBodyintoRequestAttributes.StoringResponseBodyReturnValueInterceptor TheHandlerMethodInterceptorclass stores the return value ofHandlerMethodbefore write as theResponseBodyintoRequestAttributes.