Interface IChannelNamer
public interface IChannelNamer
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelName(String theNameComponent, IChannelSettings theChannelSettings)Channel factories call this service to qualify the channel name before sending it to the channel factory.
-
Method Details
-
getChannelName
Channel factories call this service to qualify the channel name before sending it to the channel factory.- Parameters:
theNameComponent- the component of the queue or topic nametheChannelSettings-- Returns:
- the fully qualified the channel factory will use to name the queue or topic
-