You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/java-dynamic-sqs-listener-core-examples/src/main/java/com/jashmore/sqs/examples/ConcurrentBrokerExample.java
Copy file name to clipboardExpand all lines: java-dynamic-sqs-listener-core/src/main/java/com/jashmore/sqs/broker/concurrent/CachingConcurrentMessageBrokerProperties.java
Copy file name to clipboardExpand all lines: java-dynamic-sqs-listener-core/src/main/java/com/jashmore/sqs/broker/concurrent/ConcurrentMessageBroker.java
Copy file name to clipboardExpand all lines: java-dynamic-sqs-listener-core/src/main/java/com/jashmore/sqs/broker/concurrent/ConcurrentMessageBrokerProperties.java
Copy file name to clipboardExpand all lines: java-dynamic-sqs-listener-core/src/main/java/com/jashmore/sqs/broker/concurrent/StaticConcurrentMessageBrokerProperties.java
Copy file name to clipboardExpand all lines: java-dynamic-sqs-listener-core/src/main/java/com/jashmore/sqs/retriever/batching/BatchingMessageRetrieverProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ public interface BatchingMessageRetrieverProperties {
59
59
* set on the SQS queue will be used.
60
60
*
61
61
* @return the visibility timeout for the message
62
-
* @see ReceiveMessageRequest#visibilityTimeout for where this is applied against
62
+
* @see ReceiveMessageRequest#visibilityTimeout() for where this is applied against
63
63
*/
64
64
@Nullable
65
65
@Positive
@@ -73,7 +73,7 @@ public interface BatchingMessageRetrieverProperties {
73
73
* <p>If this value is null, the {@link AwsConstants#MAX_SQS_RECEIVE_WAIT_TIME_IN_SECONDS} will be used when requesting messages from SQS.
74
74
*
75
75
* @return the wait time in seconds for obtaining messages
76
-
* @see ReceiveMessageRequest#waitTimeSeconds for the usage
76
+
* @see ReceiveMessageRequest#waitTimeSeconds() for the usage
0 commit comments