public getRetryjoinString()

in lib/consul-mesh-extension.ts [77:80]


    public getRetryjoinString(): string {
        return "provider=" + this.provider + " region=" + this.region + " tag_key="
            + this.tagName + " tag_value=" + this.tagValue;
    }