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

IsCandidate() public method

Determines whether the specified event topic is a candidate to process.
The mapped side must also be included!
public IsCandidate ( IEventTopicInfo eventTopic ) : bool
eventTopic IEventTopicInfo The event topic.
return bool
        public bool IsCandidate(IEventTopicInfo eventTopic)
        {
            return this.candidateSelector(eventTopic);
        }