public interface EventForwarder
Modifier and Type | Method and Description |
---|---|
void |
flushEvent(Event event)
Method used to flush Event
|
void |
flushSyncEvent(Event event)
Method used to flush Sync Event
|
void |
sendEndSync()
This method should be invoked after
flushing sync events.
|
void |
sendStartSync()
This method should be invoked before
flushing sync events
The class implementation should
send the "startSync" event
in the preferred format
|
void |
setEventPolicyRule(EventPolicyRule filter)
Method to add a policy rule
to match event to be forwarded or dropped
|
void setEventPolicyRule(EventPolicyRule filter)
filter
- void flushEvent(Event event)
event
- void flushSyncEvent(Event event)
event
- void sendStartSync()
void sendEndSync()
Copyright © 2021. All rights reserved.