5365221a7ab4c7d90c047b176b70f11ff0b747ae
[policy/apex-pdp.git] /
1 //
2 // ============LICENSE_START=======================================================
3 //  Copyright (C) 2016-2018 Ericsson. All rights reserved.
4 // ================================================================================
5 // This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
6 // Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
7 // 
8 // SPDX-License-Identifier: CC-BY-4.0
9 // ============LICENSE_END=========================================================
10 //
11 // @author Sven van der Meer (sven.van.der.meer@ericsson.com)
12 //
13
14 == Configure the Javascript Executor
15
16 The Javascript executor is added to the configuration as follows:
17
18 [source%nowrap,json]
19 ----
20 "engineServiceParameters":{
21   "engineParameters":{
22     "executorParameters":{
23       "JAVASCRIPT":{
24         "parameterClassName" :
25         "org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters"
26       }
27     }
28   }
29 }
30 ----