@Public public interface CleanupWhenUnsuccessful
OutputFormat
s may implement this interface to run a cleanup hook when the execution is not successful.Modifier and Type | Method and Description |
---|---|
void |
tryCleanupOnError()
Hook that is called upon an unsuccessful execution.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.