Skip to content

Commit 95345e2

Browse files
committed
wip
1 parent 4f2e705 commit 95345e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/initialize.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const TIMEOUT_SHUTDOWN = 2500;
2626

2727
const CONFIG_VARS = [
2828
["configFilePath", null],
29+
["events", null],
30+
["periodicEvents", null],
2931
["registerAsEventProcessor", true],
3032
["processEventsAfterPublish", true],
3133
["isEventQueueActive", true],
@@ -49,6 +51,8 @@ const CONFIG_VARS = [
4951
*
5052
* @param {Object} options - The configuration options.
5153
* @param {string} [options.configFilePath=null] - Path to the configuration file.
54+
* @param {string} [options.events={}] - Options to allow events in the configuration.
55+
* @param {string} [options.periodicEvents={}] - Options to allow periodicEvents in the configuration.
5256
* @param {boolean} [options.registerAsEventProcessor=true] - Register the instance as an event processor.
5357
* @param {boolean} [options.processEventsAfterPublish=true] - Process events immediately after publishing.
5458
* @param {boolean} [options.isEventQueueActive=true] - Flag to activate/deactivate the event queue.

0 commit comments

Comments
 (0)