Interface BindingCleaner


  • public interface BindingCleaner
    Interface for implementations that perform cleanup for binders.
    Since:
    1.2
    Author:
    Gary Russell
    • Method Detail

      • clean

        Map<String,​List<String>> clean​(String entity,
                                             boolean isJob)
        Clean up all resources for the supplied stream/job.
        Parameters:
        entity - the stream or job; may be terminated with a simple wild card '*', in which case all streams with names starting with the characters before the '*' will be cleaned.
        isJob - true if the entity is a job.
        Returns:
        a map of lists of resources removed.