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