All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.src.internal.ping-client.d.ts Maven / Gradle / Ivy

The newest version!
import { Configuration } from '../config/configuration';
import { CredentialProvider } from '../';
export interface PingClientProps {
    configuration: Configuration;
    endpoint: string;
    credentialProvider: CredentialProvider;
}
export declare class InternalNodeGrpcPingClient {
    private readonly clientWrapper;
    private readonly interceptors;
    private static readonly REQUEST_TIMEOUT_MS;
    private readonly logger;
    /**
     * @param {PingClientProps} props
     */
    constructor(props: PingClientProps);
    ping(): Promise;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy