public interface MessageGroupMap
Modifier and Type | Method and Description |
---|---|
ConsumerId |
get(String groupId) |
Map<String,String> |
getGroups() |
String |
getType() |
void |
put(String groupId,
ConsumerId consumerId) |
void |
removeAll() |
MessageGroupSet |
removeConsumer(ConsumerId consumerId) |
ConsumerId |
removeGroup(String groupId) |
void |
setDestination(Destination destination) |
void put(String groupId, ConsumerId consumerId)
ConsumerId get(String groupId)
ConsumerId removeGroup(String groupId)
MessageGroupSet removeConsumer(ConsumerId consumerId)
void removeAll()
void setDestination(Destination destination)
Copyright © 2005–2017. All rights reserved.