public class RabbitBindingCleaner extends Object implements BindingCleaner
BindingCleaner for the RabbitBinder.| Modifier and Type | Field and Description |
|---|---|
static String |
BINDER_PREFIX |
| Constructor and Description |
|---|
RabbitBindingCleaner() |
| 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 adminUri,
String user,
String pw,
String vhost,
String binderPrefix,
String entity,
boolean isJob) |
public static final String BINDER_PREFIX
public Map<String,List<String>> clean(String entity, boolean isJob)
BindingCleanerclean in interface BindingCleanerentity - 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 © 2016 Pivotal Software, Inc.. All rights reserved.