public static class GcpOptions.EnableStreamingEngineFactory extends java.lang.Object implements DefaultValueFactory<java.lang.Boolean>
| Constructor and Description | 
|---|
| EnableStreamingEngineFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Boolean | create(PipelineOptions options)Creates a default value for a getter marked with  Default.InstanceFactory. | 
public java.lang.Boolean create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<java.lang.Boolean>options - The current pipeline options.