Namespace Serenity.StructuredPersistence.Extensibility
Interfaces
ICustomStructuredBackendDefinition
Extension point for project-defined structured-store backends. Implement this interface on a
UnityStructuredBackendDefinition subclass in your own assembly and assign the asset
wherever a backend definition is accepted (e.g. UnityStructuredLogSettings.Backend):
consumer factories check for this interface BEFORE their built-in backend types, so a custom
definition takes precedence over the built-in construction paths.