public abstract class AbstractEventPolicyRule extends Object implements EventPolicyRule
m_filter, m_forwardes
Constructor and Description |
---|
AbstractEventPolicyRule() |
Modifier and Type | Method and Description |
---|---|
void |
addDropRule(EventMatch match) |
void |
addForwardRule(EventMatch match) |
protected abstract Event |
expand(Event event) |
Event |
filter(Event event)
Method to decide if the event
should be forwarder
|
public void addForwardRule(EventMatch match)
addForwardRule
in interface EventPolicyRule
public void addDropRule(EventMatch match)
addDropRule
in interface EventPolicyRule
public Event filter(Event event)
EventPolicyRule
filter
in interface EventPolicyRule
Copyright © 2021. All rights reserved.