removeDestChannelInfo

Deletes the information of target channel.

public void removeDestChannelInfo(String channelName) {
  destInfos.remove(channelName);
}

Parameters

channelName
The channel name of the target channel.