Skip to content

Commit f9f0531

Browse files
committed
(2_12) Support Batch Publish
1 parent bd329dd commit f9f0531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/nats/client/api/StreamConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ public Builder allowAtomicPublish() {
12291229
* @return The Builder
12301230
*/
12311231
public Builder allowAtomicPublish(boolean allowAtomicPublish) {
1232-
this.allowAtomicPublish = true;
1232+
this.allowAtomicPublish = allowAtomicPublish;
12331233
return this;
12341234
}
12351235

0 commit comments

Comments
 (0)