R - type of message receivedW - type of message to be sent to the serverpublic interface GrpcReadWriteStream<R,W> extends GrpcReadStream<R>
GrpcReadStream.Observer<R>| Modifier and Type | Method and Description |
|---|---|
String |
authToken() |
void |
close()
Close the call for next message sending.
|
void |
sendNext(W message)
Send a request message to the server.
|
cancel, startString authToken()
void sendNext(W message)
message - message to be sent to the server.void close()
Copyright © 2024. All rights reserved.