public interface MappingMessageRouterManagement
Modifier and Type | Method and Description |
---|---|
void |
removeChannelMapping(String key)
Remove a channel mapping for the given key if present.
|
void |
setChannelMapping(String key,
String channelName)
Add a channel mapping from the provided key to channel name.
|
@ManagedOperation void setChannelMapping(String key, String channelName)
key
- The key.channelName
- The channel name.@ManagedOperation void removeChannelMapping(String key)
key
- The key.