TCallbackShardPoolFactory Class
IShardPoolFactory implementation that delegates pool creation to a TShardPoolFactoryFunc anonymous function.
Syntax
Unit: Aurelius.Tenancy.Provider
TCallbackShardPoolFactory = class(TInterfacedObject, IShardPoolFactory);
Constructors
| Name | Description |
|---|---|
| Create | Creates a new TCallbackShardPoolFactory instance. |
Methods
| Name | Description |
|---|---|
| CreatePool | Creates a connection pool for the given shard by invoking the callback. |