Package io.grpc.protobuf.services
Interface BinaryLogSink
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
TempFileSink
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4017") public interface BinaryLogSink extends java.io.Closeable
A class that accepts binary log messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(com.google.protobuf.MessageLite message)
Writes themessage
to the destination.
-