public interface EventForwarder
EventForwarder interface.
| Modifier and Type | Method and Description | 
|---|---|
void | 
sendNow(Event event)
Asynchronously sends an event to eventd. 
 | 
void | 
sendNow(Log eventLog)
Asynchronously sends a set of events to eventd. 
 | 
void | 
sendNowSync(Event event)
Synchronously sends an event to eventd. 
 | 
void | 
sendNowSync(Log eventLog)
Synchronously sends a set of events to eventd. 
 | 
void sendNow(Event event)
event - a Event object.void sendNow(Log eventLog)
eventLog - a Log object.void sendNowSync(Event event)
event - a Event object.Copyright © 2021. All rights reserved.