Interface AsyncRepliesAware

All Known Implementing Classes:
BatchMessagingMessageListenerAdapter, MessagingMessageListenerAdapter, RecordMessagingMessageListenerAdapter

public interface AsyncRepliesAware
Message handler adapter implementing this interface can detect HandlerAdapter async return types.
Since:
3.2
Author:
Wang zhiyang
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Return true if the HandlerAdapter return type is async.
  • Method Details

    • isAsyncReplies

      default boolean isAsyncReplies()
      Return true if the HandlerAdapter return type is async.
      Returns:
      true for async replies.
      Since:
      3.2