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 Detail

      • send

        void send​(T request,
                  java.util.function.Consumer<GrpcResponse> onResponse,
                  java.util.function.Consumer<java.lang.Throwable> onError)