damondouglas commented on code in PR #30485:
URL: https://github.com/apache/beam/pull/30485#discussion_r1511815627


##########
sdks/java/io/jms/src/main/java/org/apache/beam/sdk/io/jms/JmsIO.java:
##########
@@ -225,6 +225,8 @@ public abstract static class Read<T> extends 
PTransform<PBegin, PCollection<T>>
 
     abstract Duration getCloseTimeout();
 
+    abstract @Nullable Duration getReceiveTimeout();

Review Comment:
   @Abacn My vote is to leave it as you have it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to