UNPKG

@globalworldwide/grpc-resolvers

Version:
12 lines 546 B
import * as grpc from '@grpc/grpc-js'; export declare class FixedResolver implements grpc.experimental.Resolver { #private; static getDefaultAuthority(target: grpc.experimental.GrpcUri): string; readonly authorityMap: Record<string, string | undefined>; constructor(target: grpc.experimental.GrpcUri, listener: grpc.experimental.ResolverListener, channelOptions: grpc.ChannelOptions); updateResolution(): void; destroy(): void; private getHostPort; private onTimeout; } //# sourceMappingURL=fixed-resolver.d.ts.map