public class ScheduledEventProcessing
extends java.lang.Object
implements java.lang.Runnable
EventProcessing.| Constructor and Description |
|---|
ScheduledEventProcessing(java.lang.String subscriptionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Performs the event handling by making the
ApiService.eventsGetEvents(String, String, int)
call and processing each one individually. |
public ScheduledEventProcessing(java.lang.String subscriptionName)
public void run()
ApiService.eventsGetEvents(String, String, int)
call and processing each one individually. Each event is handed off to an instance of EventProcessingrun in interface java.lang.Runnable