Appccelerate.MappingEventBroker.Conventions.FuncTopicConvention.MapTopic C# (CSharp) 메소드

MapTopic() 공개 메소드

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