DiscoveryClient constructor

DiscoveryClient(
  1. String name,
  2. ClientChannelBase channel
)

Implementation

DiscoveryClient(this.name, this.channel);