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