Interface GrpcSender<T extends Marshaler>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(T request, java.util.function.Consumer<GrpcResponse> onResponse, java.util.function.Consumer<java.lang.Throwable> onError)
CompletableResultCode
shutdown()
Shutdown the sender.
-
-
-
Method Detail
-
send
void send(T request, java.util.function.Consumer<GrpcResponse> onResponse, java.util.function.Consumer<java.lang.Throwable> onError)
-
shutdown
CompletableResultCode shutdown()
Shutdown the sender.
-
-