public static class ExecutorOptions.ScheduledExecutorServiceFactory extends java.lang.Object implements DefaultValueFactory<java.util.concurrent.ScheduledExecutorService>
ScheduledExecutorService to use within the Apache Beam SDK.| Constructor and Description | 
|---|
| ScheduledExecutorServiceFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.ScheduledExecutorService | create(PipelineOptions options)Creates a default value for a getter marked with  Default.InstanceFactory. | 
public java.util.concurrent.ScheduledExecutorService create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<java.util.concurrent.ScheduledExecutorService>options - The current pipeline options.