Uses of Interface
io.grpc.protobuf.services.BinaryLogSink
-
Packages that use BinaryLogSink Package Description io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services. -
-
Uses of BinaryLogSink in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type BinaryLogSink Modifier and Type Method Description static BinaryLog
BinaryLogs. createBinaryLog(BinaryLogSink sink)
Deprecated.static BinaryLog
BinaryLogs. createBinaryLog(BinaryLogSink sink, String configStr)
Creates a binary log with a customBinaryLogSink
for receiving the logged data, and a config string as defined by A16-binary-logging.
-