| 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)
Creates a binary log with a custom
BinaryLogSink for receiving the logged data. |
static io.grpc.BinaryLog |
BinaryLogs.createCensusBinaryLog(BinaryLogSink sink)
Same as
BinaryLogs.createBinaryLog(BinaryLogSink) except the call IDs are derived from census. |