Class RequestReplyMessageFuture<K,V>
java.lang.Object
org.springframework.util.concurrent.SettableListenableFuture<Message<?>>
org.springframework.kafka.requestreply.RequestReplyMessageFuture<K,V>
- Type Parameters:
K
- the key type.V
- the outbound data type.
- All Implemented Interfaces:
Future<Message<?>>
,ListenableFuture<Message<?>>
- Direct Known Subclasses:
RequestReplyTypedMessageFuture
A listenable future for
Message
replies.- Since:
- 2.7
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionReturn the send future.Methods inherited from class org.springframework.util.concurrent.SettableListenableFuture
addCallback, addCallback, cancel, completable, get, get, interruptTask, isCancelled, isDone, set, setException
-
Method Details
-
getSendFuture
Return the send future.- Returns:
- the send future.
-