public class ServiceRequestMessageKt
Modifier and Type | Method and Description |
---|---|
static <R> com.google.common.util.concurrent.ListenableFuture<R> |
sendRequest(MessagingService $receiver,
java.lang.String topic,
ServiceRequestMessage request,
MessageRecipients target)
Sends a
interface ServiceRequestMessage to target and returns a ListenableFuture of the response. |
public static <R> com.google.common.util.concurrent.ListenableFuture<R> sendRequest(MessagingService $receiver, java.lang.String topic, ServiceRequestMessage request, MessageRecipients target)
Sends a interface ServiceRequestMessage
to target and returns a ListenableFuture of the response.
R
- The type of the response.interface ServiceRequestMessage