Home | Trees | Indices | Help |
|
---|
|
??-287 --+ | ProductEvent
The product event handler.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
productApi
|
rapi The product API object. |
|
Raise events when a product is created. Called when productApi.create() is called.
|
Raise events when a product is updated. Called when productApi.update() is called.
|
Raise events when a product is deleted. Called when productApi.delete() is called.
|
The inbound event handler for product.created AMQP events. Called when an AMQP event is received notifying that a product has been created. When received, the API is used to create the specified product in pulp.
|
The inbound event handler for product.updated AMQP events. Called when an AMQP event is received notifying that a product has been created. When received, the API is used to update the specified product in pulp.
|
The inbound event handler for product.deleted AMQP events. Called when an AMQP event is received notifying that a product has been deleted. When received, the API is used to delete the specified product in pulp.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:33 2010 | http://epydoc.sourceforge.net |