- java.lang.Object
-
- io.grpc.internal.BinaryLogProvider
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class BinaryLogProvider extends Object implements Closeable
A dummy class to allow the re-packaging of grpc-java with a module-info.java file to work.This file will be replaced by the real implementation from grpc-java as part of the re-packaging process.
-
-
Constructor Summary
Constructors Constructor Description BinaryLogProvider()
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-