Appccelerate.MappingEventBroker.Conventions.FuncTopicConvention.MapTopic C# (CSharp) Method

MapTopic() public method

Maps the topic from the source format to the destination format.
public MapTopic ( string topic ) : string
topic string The source topic URI.
return string
        public string MapTopic(string topic)
        {
            return this.topicMapper(topic);
        }
    }