Interface CleanupHandler

  • All Known Implementing Classes:
    FileCleanupHandler

    public interface CleanupHandler
    Can be used by any operation to do some required cleanup after the chain was executed. For example this can be used to remove temporary files created by an operation.
    Author:
    Bogdan Stefanescu