| Package | Description |
|---|---|
| io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.BinaryLog |
BinaryLogs.createBinaryLog(BinaryLogSink sink)
Deprecated.
|
static io.grpc.BinaryLog |
BinaryLogs.createBinaryLog(BinaryLogSink sink,
String configStr)
Creates a binary log with a custom
BinaryLogSink for receiving the logged data,
and a config string as defined by
A16-binary-logging. |