Package io.grpc

Class BinaryLog

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @ExperimentalApi("https://github.com/grpc/grpc-java/issues/4017")
    public abstract class BinaryLog
    extends java.lang.Object
    implements java.io.Closeable
    A binary log that can be installed on a channel or server. Closeable.close() must be called after all the servers and channels associated with the binary log are terminated.