Class KotlinAwareInvocableHandlerMethod


@Deprecated(forRemoval=true, since="4.1") public class KotlinAwareInvocableHandlerMethod extends 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
Author:
Artem Bilan
  • Constructor Details

    • KotlinAwareInvocableHandlerMethod

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