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 ThresholdingEventProxy
public void send(Event event)
EventProxy
send
in interface EventProxy
event
- the event to be sent outpublic void send(Log eventLog)
EventProxy
send
in interface EventProxy
eventLog
- the events to be sent outCopyright © 2021. All rights reserved.