Interface BrokerProcessorReceiver
- All Superinterfaces:
OsidReceiver
The broker receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
BrokerProcessors .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBrokerProcessors(Id notificationId, IdList brokerProcessorIds) The callback for notification of updated broker processors.voiddeletedBrokerProcessors(Id notificationId, IdList brokerProcessorIds) The callback for notification of deleted broker processors.voidnewBrokerProcessors(Id notificationId, IdList brokerProcessorIds) The callback for notifications of new broker processors.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBrokerProcessors
-
changedBrokerProcessors
The callback for notification of updated broker processors.- Parameters:
notificationId- the notificationIdbrokerProcessorIds- theIdof the updatedBrokerProcessors- Compliance:
mandatory- This method must be implemented.
-
deletedBrokerProcessors
The callback for notification of deleted broker processors.- Parameters:
notificationId- the notificationIdbrokerProcessorIds- theIdof the deletedBrokerProcessors- Compliance:
mandatory- This method must be implemented.
-