public interface BindingCleaner
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
clean(String entity,
boolean isJob)
Clean up all resources for the supplied stream/job.
|
Map<String,List<String>> clean(String entity, boolean isJob)
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.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.