@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/4017") public abstract class BinaryLog extends Object implements Closeable
Closeable.close() must be called after
all the servers and channels associated with the binary log are terminated.| Constructor and Description |
|---|
BinaryLog() |
| Modifier and Type | Method and Description |
|---|---|
abstract Channel |
wrapChannel(Channel channel) |
abstract <ReqT,RespT> |
wrapMethodDefinition(ServerMethodDefinition<ReqT,RespT> oMethodDef) |
public abstract <ReqT,RespT> ServerMethodDefinition<?,?> wrapMethodDefinition(ServerMethodDefinition<ReqT,RespT> oMethodDef)