Extension point backend
Documentation
Allows to register a backend implementation for the Audit Service
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="backend" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService"> <backend class="org.nuxeo.ecm.platform.audit.service.DefaultAuditBackend"> <require>org.nuxeo.ecm.core.persistence.PersistenceComponent</require> </backend> </extension>
-
<extension point="backend" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService"> <backend class="org.nuxeo.elasticsearch.audit.ESAuditBackend"> <require>org.nuxeo.elasticsearch.ElasticSearchComponent</require> </backend> </extension>