Interface ISuppressibleEvent

All Known Subinterfaces:
IGetEvent, IHeartbeatEvent, ILogMessageEvent
All Known Implementing Classes:
HeartbeatEvent

public interface ISuppressibleEvent
Title: A Declarative interface to identify an event can be suppressed for delivery. Description: Some events raised in the system are not critical to the correct operation of the portal. On heavily loaded system, it is desirable to suppress such events to lighten up the processing in the event delivery system, as well as the event consumer. Events of an interface or class may be suppressed by specifying it in the event configuration. The interface or class must directly or indirectly implement or extend ISuppressibleEvent. Copyright: Copyright (c) 2002 Company: webMethods, Inc.