Class CotaniAuditStorages
java.lang.Object
com.cotani.audit.storage.CotaniAuditStorages
Factory and migration entry point for the SQL audit adapter.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.cotani.audit.api.AuditServicecreate(com.cotani.storage.api.CotaniStorage storage) Creates an audit service using a started Cotani Storage instance.static List<com.cotani.storage.migration.Migration> Returns the migration required before creating a storage-backed audit service.
-
Method Details
-
create
public static com.cotani.audit.api.AuditService create(com.cotani.storage.api.CotaniStorage storage) Creates an audit service using a started Cotani Storage instance. -
migrations
Returns the migration required before creating a storage-backed audit service.
-