You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there seems to be check for Mono - MonoHandler.isMono(invokerHandlerMethod.getMethod().getReturnType()))
But MonoHandler.isMono contains "instanceof" check, not "isAssignableFrom", so this check will be always false, because check is done against Class<?>