FLUJOS/VISUALIZACION/node_modules/@elastic/transport/lib/pool/index.d.ts
2025-11-07 00:06:12 +01:00

7 lines
505 B
TypeScript
Executable file

import BaseConnectionPool from './BaseConnectionPool';
import WeightedConnectionPool from './WeightedConnectionPool';
import ClusterConnectionPool from './ClusterConnectionPool';
import CloudConnectionPool from './CloudConnectionPool';
export type { ConnectionPoolOptions, GetConnectionOptions } from './BaseConnectionPool';
export type { ResurrectEvent, ResurrectOptions } from './ClusterConnectionPool';
export { BaseConnectionPool, WeightedConnectionPool, ClusterConnectionPool, CloudConnectionPool };