public static final class OpenLineageClient.Builder
extends java.lang.Object
OpenLineageClient instances.
Usage:
OpenLineageClient client = OpenLineageClient().builder()
.url("http://localhost:5000")
.build()
| Modifier and Type | Method and Description |
|---|---|
OpenLineageClient |
build()
Returns an
OpenLineageClient object with the properties of this OpenLineageClient.Builder. |
OpenLineageClient.Builder |
transport(@NonNull Transport transport) |
public OpenLineageClient.Builder transport(@NonNull @NonNull Transport transport)
public OpenLineageClient build()
OpenLineageClient object with the properties of this OpenLineageClient.Builder.