Apache.NMS.SessionExtensions.GetTopic C# (CSharp) Method

GetTopic() public static method

Extension function to get the destination by parsing the embedded type prefix.
public static GetTopic ( this session, string topicName ) : ITopic
session this
topicName string
return ITopic
        public static ITopic GetTopic(this ISession session, string topicName)
        {
            return SessionUtil.GetTopic(session, topicName);
        }