Package io.openlineage.server
Interface OpenLineage.Builder<T>
- 
- Enclosing class:
 - OpenLineage
 
public static interface OpenLineage.Builder<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild() 
 - 
 
- 
- 
Method Detail
- 
build
T build()
- Returns:
 - the constructed type
 
 
 - 
 
 -