SchemaImportCallbacks<T> Interface

Callbacks for schema import operations.

Properties

Name Type Description
postSchemaImportCallback (context: PostImportContext<any>) => Promise<void> | undefined Will be executed after schemas are imported, while schema lock is still held.  
preSchemaImportCallback (context: PreImportContext<any>) => Promise<PreImportCallbackResult<T>> | undefined Will be executed before schemas are imported but after channel upgrades.  

Defined in

Last Updated: 23 January, 2026