Class ProcessEnvironmentFactory

java.lang.Object
org.apache.beam.runners.fnexecution.environment.ProcessEnvironmentFactory
All Implemented Interfaces:
EnvironmentFactory

public class ProcessEnvironmentFactory extends Object implements EnvironmentFactory
An EnvironmentFactory which forks processes based on the parameters in the Environment. The returned ProcessEnvironment has to make sure to stop the processes.