Class BeamFnLoggingClient
- java.lang.Object
-
- org.apache.beam.fn.harness.logging.BeamFnLoggingClient
-
- All Implemented Interfaces:
java.lang.AutoCloseable,LoggingClient
public class BeamFnLoggingClient extends java.lang.Object implements LoggingClient
Configuresjava.util.loggingto send allLogRecords via the Beam Fn Logging API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.util.concurrent.CompletableFuture<?>terminationFuture()java.lang.StringtoString()
-
-
-
Method Detail
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
terminationFuture
public java.util.concurrent.CompletableFuture<?> terminationFuture()
- Specified by:
terminationFuturein interfaceLoggingClient
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-