Interface IChannelNamer


public interface IChannelNamer
  • Method Summary

    Modifier and Type
    Method
    Description
    getChannelName(String theNameComponent, IChannelSettings theChannelSettings)
    Channel factories call this service to qualify the channel name before sending it to the channel factory.
  • Method Details

    • getChannelName

      String getChannelName(String theNameComponent, IChannelSettings theChannelSettings)
      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 name
      theChannelSettings -
      Returns:
      the fully qualified the channel factory will use to name the queue or topic