Interface EventForwarder

    • Method Detail

      • setEventPolicyRule

        void setEventPolicyRule​(EventPolicyRule filter)
        Method to add a policy rule to match event to be forwarded or dropped
        Parameters:
        filter -
      • flushEvent

        void flushEvent​(Event event)
        Method used to flush Event
        Parameters:
        event -
      • flushSyncEvent

        void flushSyncEvent​(Event event)
        Method used to flush Sync Event
        Parameters:
        event -
      • sendStartSync

        void sendStartSync()
        This method should be invoked before flushing sync events The class implementation should send the "startSync" event in the preferred format
      • sendEndSync

        void sendEndSync()
        This method should be invoked after flushing sync events. The class implementation should send the "endSync" event in the preferred format