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