Class BinaryLogs


  • @ExperimentalApi("https://github.com/grpc/grpc-java/issues/4017")
    public final class BinaryLogs
    extends Object
    • Method Detail

      • createBinaryLog

        public static io.grpc.BinaryLog createBinaryLog()
                                                 throws IOException
        Creates a binary log that writes to a temp file. Warning: this implementation is not performance optimized, and RPCs will experience back pressure if disk IO does not keep up.
        Throws:
        IOException