TPersistSessionInstanceCtor

type TPersistSessionInstanceCtor = new (strategyName: string, exchangeName: string, frameName: string) => IPersistSessionInstance;

Constructor type for IPersistSessionInstance. Used by PersistSessionUtils.usePersistSessionAdapter() to register custom adapters.