Implementations of this class get called on application startup if enabled by the autoDiscoverServices parameter on the AddRedakt call, allowing for automatic service registration.

public interface IRedaktModuleServiceRegistrator<T> where T : Redakt.IRedaktModule

Methods

ConfigureServices(IRedaktCoreBuilder) This method gets called on application startup if enabled by the autoDiscoverServices parameter on the AddRedakt call, allowing for automatic service registration.

Implemented by

ContentManagementBackOfficeServiceRegistrator
ContentManagementWebServiceRegistrator
DictionaryBackOfficeServiceRegistrator
FilesBackOfficeServiceRegistrator
IdentityStoreBackOfficeServiceRegistrator
LanguageBackOfficeServiceRegistrator
UrlManagementBackOfficeServiceRegistrator