Interface BindingCleaner
-
public interface BindingCleanerInterface for implementations that perform cleanup for binders.- Since:
- 1.2
- Author:
- Gary Russell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>clean(String entity, boolean isJob)Clean up all resources for the supplied stream/job.
-
-
-
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.
-
-