Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is internal page intended for the collaboration between the team to decide how the Subscription will be present in memory.

Proposed Structure  

The structure is similar to the incoming subscription request from the Client.

Code Block
linenumberstrue
Map < Unique Subscription Id , Map < Dmi-Plugin Name , CmSubscriptionCompositeObject > >

CmSubscriptionCompositeObject
 - targetFilter : (List of cmHandles - Subscription request incoming cmhandles grouped using target dmiPlugin)
 - Status ( Accepted , Rejected or Pending ) - initially Pending
 - scopeFilter : 
		Datastore ( passthrough-operational and passthrough-running )
 		List of xpaths 

...