Abacn commented on code in PR #30485:
URL: https://github.com/apache/beam/pull/30485#discussion_r1511820990
##########
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:
sounds good
--
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]