Uses of Class
io.grpc.BinaryLog
-
-
Uses of BinaryLog in io.grpc
Methods in io.grpc with parameters of type BinaryLog Modifier and Type Method Description T
ForwardingChannelBuilder. setBinaryLog(BinaryLog binaryLog)
T
ForwardingChannelBuilder2. setBinaryLog(BinaryLog binaryLog)
T
ForwardingServerBuilder. setBinaryLog(BinaryLog binaryLog)
T
ManagedChannelBuilder. setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this channel should log to.T
ServerBuilder. setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this server should log to.
-