Class FileTransport

java.lang.Object
io.openlineage.client.transports.Transport
io.openlineage.client.transports.FileTransport
All Implemented Interfaces:
AutoCloseable

public class FileTransport extends Transport
Appends Openlineage events to a file specified. Events are separated by a newline character, while all the existing newline characters within event json are removed. FileTransport was introduced for the purpose of integration tests.