Interface GrpcSender<T extends Marshaler>
public interface GrpcSender<T extends Marshaler>
An exporter of a messages encoded by
Marshaler
using the gRPC wire format.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
-
Method Details
-
send
-
shutdown
CompletableResultCode shutdown()Shutdown the sender.
-