public class ThresholdingEventProxyImpl extends Object implements ThresholdingEventProxy
ThresholdingEventProxy class.
| Constructor and Description | 
|---|
ThresholdingEventProxyImpl(EventForwarder eventForwarder)  | 
| 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 | 
sendEvent(Event event)  | 
public ThresholdingEventProxyImpl(EventForwarder eventForwarder)
public void sendEvent(Event event)
sendEvent in interface ThresholdingEventProxypublic void send(Event event)
EventProxysend in interface EventProxyevent - the event to be sent outpublic void send(Log eventLog)
EventProxysend in interface EventProxyeventLog - the events to be sent outCopyright © 2020. All rights reserved.