TIBCO FTL®
TIBCO.FTL.IContentMatcher Interface Reference

Content matcher objects filter messages based on their content. More...

Inheritance diagram for TIBCO.FTL.IContentMatcher:

Detailed Description

Content matcher objects filter messages based on their content.

To create a content matcher object, call IRealm.CreateContentMatcher.

Programs may supply a content matcher object to IRealm.CreateSubscriber(string, IContentMatcher).

An application must Dispose a content matcher object to reclaim its resources. Disposing a matcher does not invalidate objects created with the matcher. (For example, the subscriber creation call copies its matcher argument into the new subscriber.)

Customers do not implement this interface.