Interface BinaryLogSink

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable

    @ExperimentalApi("https://github.com/grpc/grpc-java/issues/4017")
    public interface BinaryLogSink
    extends java.io.Closeable
    A class that accepts binary log messages.
    • Method Detail

      • write

        void write​(MessageLite message)
        Writes the message to the destination.