Skip to main content

Product: OpenFusion Notification Service

Version: 2.1 and above

 

Description:

Is there any way to find and destroy orphaned Filter objects?

 

Solution:

Each event channel provides access to a default filter factory which can be used to create filter instances. Filters can be attached to admins or proxies within the Notification Service.

The Notification Service does not keep track of where the filters have been added so if you are using filters your code needs to manage them properly.The user needs to actively create and attach filters, and correspondingly it needs to detach and destroy them.

There is no way to find an orphaned filter object within the service itself.


#notificationservice
#OpenFusion
#KnowledgeDocs