public interface Consumer
| Modifier and Type | Method and Description | 
|---|---|
void | 
addConsumerMonitor(ConsumerMonitor monitor)
Add a consumer monitor to the consumer. 
 | 
String | 
getDescription()
The human readable description for this consumer. 
 | 
String | 
getId()
This is the id for the consumer. 
 | 
void | 
removeConsumerMonitor(ConsumerMonitor monitor)
Remove a consumer monitor. 
 | 
String getDescription()
void addConsumerMonitor(ConsumerMonitor monitor)
monitor - the monitor to add.void removeConsumerMonitor(ConsumerMonitor monitor)
monitor - the monitor to remove.Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.