public interface MessageGroupMap
Modifier and Type | Method and Description |
---|---|
ConsumerId |
get(String groupId) |
void |
put(String groupId,
ConsumerId consumerId) |
MessageGroupSet |
removeConsumer(ConsumerId consumerId) |
ConsumerId |
removeGroup(String groupId) |
void put(String groupId, ConsumerId consumerId)
ConsumerId get(String groupId)
ConsumerId removeGroup(String groupId)
MessageGroupSet removeConsumer(ConsumerId consumerId)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.