public interface DataStreamClientRpc extends Closeable
DataStreamType.
The implementations of this interface define how the requests are transported to the server.| 限定符和类型 | 方法和说明 |
|---|---|
default CompletableFuture<DataStreamReply> |
streamAsync(DataStreamRequest request)
Async call to send a request.
|
default CompletableFuture<DataStreamReply> streamAsync(DataStreamRequest request)
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.