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