public interface PipelineMessageReceiver
Modifier and Type | Method and Description |
---|---|
void |
cancelled()
Report that the pipeline has been cancelled.
|
void |
completed()
Report that the pipeline has successfully completed.
|
void |
failed(java.lang.Error e)
Report that a failure has occurred.
|
void |
failed(java.lang.Exception e)
Report that a failure has occurred.
|
void failed(java.lang.Exception e)
void failed(java.lang.Error e)
void cancelled()
void completed()