public interface EventProxy
| Modifier and Type | Method and Description | 
|---|---|
void | 
send(Event event)
This method is called to send the event out 
 | 
void | 
send(Log eventLog)
This method is called to send an event log containing multiple events out 
 | 
void send(Event event) throws EventProxyException
event - the event to be sent outEventProxyException - thrown if the send fails for any reasonEventProxyException - if any.void send(Log eventLog) throws EventProxyException
eventLog - the events to be sent outEventProxyException - thrown if the send fails for any reasonEventProxyException - if any.Copyright © 2021. All rights reserved.