models/provider_operation_event library

Classes

DataCreatedEvent
Event that indicates that a Modelable data has been created and pushed inside a Repository.
DataDeletedEvent
Event that indicates that a Modelable data has been deleted from a Repository.
DataUpdatedEvent
Event that indicates that a Modelable data has been modified and pushed inside a Repository.
OperationFailedEvent
Event that indicates that a create, update or delete operation has failed.
ProviderOperationEvent
Base operation event for providers.

Enums

OperationType
CRUD operations.