Class CustomSources
java.lang.Object
org.apache.beam.runners.dataflow.internal.CustomSources
A helper class for supporting sources defined as 
Source.
 Provides a bridge between the high-level Source API and the low-level 
 CloudSource class.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic SourceserializeToCloudSource(Source<?> source, PipelineOptions options)  
- 
Constructor Details
- 
CustomSources
public CustomSources() 
 - 
 - 
Method Details
- 
serializeToCloudSource
public static Source serializeToCloudSource(Source<?> source, PipelineOptions options) throws Exception - Throws:
 Exception
 
 -