Package io.openlineage.client.transports
Class HttpTransportBuilder
- java.lang.Object
 - 
- io.openlineage.client.transports.HttpTransportBuilder
 
 
- 
- All Implemented Interfaces:
 TransportBuilder
public class HttpTransportBuilder extends java.lang.Object implements TransportBuilder
 
- 
- 
Constructor Summary
Constructors Constructor Description HttpTransportBuilder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transportbuild(TransportConfig config)TransportConfiggetConfig()java.lang.StringgetType() 
 - 
 
- 
- 
Method Detail
- 
getConfig
public TransportConfig getConfig()
- Specified by:
 getConfigin interfaceTransportBuilder
 
- 
build
public Transport build(TransportConfig config)
- Specified by:
 buildin interfaceTransportBuilder
 
- 
getType
public java.lang.String getType()
- Specified by:
 getTypein interfaceTransportBuilder
 
 - 
 
 -