Table of Contents

Interface IRunOnceTenantDatabaseMigrationInterceptor

Namespace
GroupeIsa.Neos.Application.MultiTenant
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Provides the functionalities of a tenant database migration interceptor that must be executed only once per tenant.

public interface IRunOnceTenantDatabaseMigrationInterceptor : ITenantDatabaseMigrationInterceptor
Inherited Members

Properties

InterceptorName

Gets the stable name used to persist the execution marker.

string InterceptorName { get; }

Property Value

string

Remarks

Changing this value after an interceptor has already been deployed causes Neos to consider it as a new run-once interceptor for every tenant.