mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
[Persistence] Expose PersistingMutationListener from bundle
This commit is contained in:
@ -47,6 +47,7 @@ define([
|
|||||||
"./src/capabilities/MutationCapability",
|
"./src/capabilities/MutationCapability",
|
||||||
"./src/capabilities/DelegationCapability",
|
"./src/capabilities/DelegationCapability",
|
||||||
"./src/capabilities/InstantiationCapability",
|
"./src/capabilities/InstantiationCapability",
|
||||||
|
"./src/runs/PersistingMutationListener",
|
||||||
"./src/services/Now",
|
"./src/services/Now",
|
||||||
"./src/services/Throttle",
|
"./src/services/Throttle",
|
||||||
"./src/services/Topic",
|
"./src/services/Topic",
|
||||||
@ -79,6 +80,7 @@ define([
|
|||||||
MutationCapability,
|
MutationCapability,
|
||||||
DelegationCapability,
|
DelegationCapability,
|
||||||
InstantiationCapability,
|
InstantiationCapability,
|
||||||
|
PersistingMutationListener,
|
||||||
Now,
|
Now,
|
||||||
Throttle,
|
Throttle,
|
||||||
Topic,
|
Topic,
|
||||||
@ -411,6 +413,12 @@ define([
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"runs": [
|
||||||
|
{
|
||||||
|
"implementation": PersistingMutationListener,
|
||||||
|
"depends": [ "topic" ]
|
||||||
|
}
|
||||||
|
],
|
||||||
"constants": [
|
"constants": [
|
||||||
{
|
{
|
||||||
"key": "PERSISTENCE_SPACE",
|
"key": "PERSISTENCE_SPACE",
|
||||||
|
Reference in New Issue
Block a user