Package | Description |
---|---|
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.eventd | |
org.opennms.netmgt.eventd.processor | |
org.opennms.netmgt.events.api |
Modifier and Type | Method and Description |
---|---|
void |
MockEventWriter.process(Log eventLog) |
void |
MockEventWriter.process(Log eventLog,
boolean synchronous) |
Modifier and Type | Method and Description |
---|---|
void |
EventExpander.process(Log eventLog) |
void |
EventExpander.process(Log eventLog,
boolean synchronous)
Event expansion is always synchronous so this method just
delegates to
EventExpander.process(Log) . |
Modifier and Type | Method and Description |
---|---|
void |
HibernateEventWriter.process(Log eventLog) |
void |
EventParmRegexFilterProcessor.process(Log eventLog) |
void |
EventIpcBroadcastProcessor.process(Log eventLog)
If synchronous mode is not specified, the event is broadcasted
asynchronously by default.
|
void |
HibernateEventWriter.process(Log eventLog,
boolean synchronous)
Event writing is always synchronous so this method just
delegates to
HibernateEventWriter.process(Log) . |
void |
EventParmRegexFilterProcessor.process(Log eventLog,
boolean synchronous)
This processor is always synchronous so this method just
delegates to
EventParmRegexFilterProcessor.process(Log) . |
void |
EventIpcBroadcastProcessor.process(Log eventLog,
boolean synchronous) |
Modifier and Type | Method and Description |
---|---|
void |
EventProcessor.process(Log eventLog) |
void |
EventProcessor.process(Log eventLog,
boolean synchronous) |
Copyright © 2021. All rights reserved.