public class EventWork extends Object implements Runnable
event processor
,
which does not need to know anything about the events or event recording.Constructor and Description |
---|
EventWork(String serverId,
String testRunFqn,
Event event,
EventProcessor processor,
EventService eventService,
ResultService resultService)
Construct work to be executed by a thread
|
public EventWork(String serverId, String testRunFqn, Event event, EventProcessor processor, EventService eventService, ResultService resultService)
serverId
- the identifier of the server process handling the eventtestRunFqn
- the fully qualified name of the test run initiating the workevent
- the event to be processedprocessor
- the component that will do the actual processingeventService
- the queue events that will be updated with new eventsresultService
- the service to store results of the executionCopyright © 2014. All rights reserved.