Interface TCPComponents

interface TCPComponents {
    logger: ComponentLogger;
    metrics?: Metrics;
}

Properties

Properties

metrics?: Metrics