Skip to content

Commit 7e59de9

Browse files
committed
add missing api
1 parent e2a6422 commit 7e59de9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/io/nats/NatsServerRunner.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,11 @@ public Builder connectValidateTries(Integer connectValidateTries) {
885885
return this;
886886
}
887887

888+
public Builder connectNoValidateInfo() {
889+
this.connectValidateInfo = false;
890+
return this;
891+
}
892+
888893
public Builder connectValidateTlsFirstMode() {
889894
this.connectValidateInfo = false;
890895
return this;

0 commit comments

Comments
 (0)