Package org.apache.beam.runners.local
Interface PipelineMessageReceiver
public interface PipelineMessageReceiver
Handles failures in the form of exceptions.
- 
Method Summary
 
- 
Method Details
- 
failed
Report that a failure has occurred. - 
failed
Report that a failure has occurred. - 
cancelled
void cancelled()Report that the pipeline has been cancelled. - 
completed
void completed()Report that the pipeline has successfully completed. 
 -