Class EventConfig
- java.lang.Object
-
- nl.stokpop.eventscheduler.api.config.EventConfig
-
@NotThreadSafe public class EventConfig extends java.lang.ObjectThe EventConfig is used is given to each event call. One required field is the 'eventFactory' that contains the fully qualified class name of the factory class for the event. Another field is 'enabled', default is true. If set to false, the event will not be active.
-
-
Constructor Summary
Constructors Constructor Description EventConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventContexttoContext()EventContexttoContext(TestContext overrideTestContext)
-
-
-
Method Detail
-
toContext
public EventContext toContext(TestContext overrideTestContext)
-
toContext
public EventContext toContext()
-
-