Interface | osid.topology.rules.EdgeEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The edge enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted edge enablers. | ||
Method | newEdgeEnablers | ||
Description |
The callback for notifications of new edge enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | edgeEnablerIds | the Ids of the new EdgeEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedEdgeEnablers | ||
Description |
The callback for notification of updated edge enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | edgeEnablerIds | the Ids of the updated EdgeEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedEdgeEnablers | ||
Description |
The callback for notification of deleted edge enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | edgeEnablerIds | the Ids of the deleted EdgeEnablers | |
Compliance | mandatory | This method must be implemented. |