nowFakeEventSource

Fake events are generated starting at the startTime and at the step interval thereafter until. If numEvents is not provided, then events continue to be generated forever, otherwise the number given will be generated. This is similar to PeridicFakeEventSource except that the event time is always the now at request time. This means that the interval between events may be less than the interval under high load conditions. This is useful cases where it is more important to be current than to proceed in uniform time steps.

Example

<nowFakeEventSource>
  <interval>
    <unit>HOUR</unit>
    <value>42.189</value>
  </interval>
</nowFakeEventSource>

This consists of

<nowFakeEventSource>

<name>Any text</name> optional
<interval> </interval>
<numEvents>Token</numEvents> optional
</nowFakeEventSource>

Places this can be found

In eventSource there is a choice between all of the following