Class KotlinAwareInvocableHandlerMethod

java.lang.Object
org.springframework.core.annotation.AnnotatedMethod
org.springframework.messaging.handler.HandlerMethod
org.springframework.messaging.handler.invocation.InvocableHandlerMethod
org.springframework.amqp.listener.adapter.KotlinAwareInvocableHandlerMethod
org.springframework.amqp.rabbit.listener.adapter.KotlinAwareInvocableHandlerMethod

@Deprecated(forRemoval=true, since="4.1") public class KotlinAwareInvocableHandlerMethod extends org.springframework.amqp.listener.adapter.KotlinAwareInvocableHandlerMethod
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.1 in favor of Spring AMQP's KotlinAwareInvocableHandlerMethod.
An InvocableHandlerMethod extension for supporting Kotlin suspend function.
Since:
3.0.5
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.annotation.AnnotatedMethod

    org.springframework.core.annotation.AnnotatedMethod.AnnotatedMethodParameter
  • Field Summary

    Fields inherited from class org.springframework.messaging.handler.HandlerMethod

    defaultLogger, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class org.springframework.amqp.listener.adapter.KotlinAwareInvocableHandlerMethod

    doInvoke

    Methods inherited from class org.springframework.messaging.handler.invocation.InvocableHandlerMethod

    getMethodArgumentValues, invoke, setMessageMethodArgumentResolvers, setParameterNameDiscoverer

    Methods inherited from class org.springframework.messaging.handler.HandlerMethod

    assertTargetBean, createWithResolvedBean, equals, formatInvokeError, getBean, getBeanType, getContainingClass, getLogger, getResolvedFromHandlerMethod, getShortLogMessage, hashCode, setLogger

    Methods inherited from class org.springframework.core.annotation.AnnotatedMethod

    findProvidedArgument, formatArgumentError, getBridgedMethod, getMethod, getMethodAnnotation, getMethodParameters, getReturnType, getReturnValueType, hasMethodAnnotation, isVoid, toString

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • KotlinAwareInvocableHandlerMethod

      public KotlinAwareInvocableHandlerMethod(Object bean, Method method)
      Deprecated, for removal: This API element is subject to removal in a future version.