m2etis  0.4
BaseFilter Class Reference

#include <BaseFilter.h>

Detailed Description

This abstract class defines the functions which have to be implemented by every filter strategy. This way Channel can use all filter strategies with the same interface.

Using filters in general usually assumes the subscriptions to be rather static, i.e. filters are not registered and deregistered at a high frequency

This class filters events without optimizations Filter Algorithm used: Brute Force (sequentially comparing all filters to the given event to be published)


The documentation for this class was generated from the following file: