File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ const TIMEOUT_SHUTDOWN = 2500;
2626
2727const 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.
You can’t perform that action at this time.
0 commit comments