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
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturn true if theHandlerAdapterreturn type is async.
-
Method Details
-
isAsyncReplies
default boolean isAsyncReplies()Return true if theHandlerAdapterreturn type is async.- Returns:
- true for async replies.
- Since:
- 3.2
-