File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ $messagingSystem = EcotoneLite::bootstrap(
30
30
->withServiceName("banking")
31
31
->withSkippedModulePackageNames(ModulePackageList::allPackages())
32
32
->withExtensionObjects([InMemoryRepositoryBuilder::createForAllStateStoredAggregates()]),
33
+ ->withLicenceKey('ecotoneEnterpriseKey')
33
34
$configurationVariables,
34
35
$useCachedVersion
35
36
);
@@ -93,3 +94,7 @@ Skip list of given module package names (Check`ModulePackageList` for available
93
94
### withExtensionObjects()
94
95
95
96
Provides list of extension object for your Ecotone's modules, that adjust the behaviour to your needs.
97
+
98
+ ### withLicenceKey()
99
+
100
+ Provides access to Enterprise Feature of Ecotone.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ defaultChannelPollRetry:
20
20
serviceName: string (default: null)
21
21
skippedModulePackageNames: string[] (default: [])
22
22
test: bool (default: false)
23
+ licenceKey: string|null (default: null)
23
24
```
24
25
25
26
### loadAppNamespaces
@@ -67,3 +68,7 @@ Skip list of given module package names (Check`ModulePackageList` for available
67
68
### test
68
69
69
70
Should test mode be enabled, so ` MessagingTestSupport ` can be used.
71
+
72
+ ### licenceKey
73
+
74
+ Provides access to Enterprise Feature of Ecotone.
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ecotone:
21
21
serviceName: string (default: null)
22
22
skippedModulePackageNames: string[] (default: [])
23
23
test: bool (default: false)
24
+ licenceKey: string|null (default: null)
24
25
25
26
```
26
27
@@ -69,3 +70,7 @@ Skip list of given module package names (Check`ModulePackageList` for available
69
70
### test
70
71
71
72
Should test mode be enabled, so ` MessagingTestSupport ` can be used.
73
+
74
+ ### licenceKey
75
+
76
+ Provides access to Enterprise Feature of Ecotone.
You can’t perform that action at this time.
0 commit comments