File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
spring-kafka/src/main/java/org/springframework/kafka/listener Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,24 @@ public enum AckMode {
92
92
93
93
}
94
94
95
+ /**
96
+ * The default {@link #setPollTimeout(long) pollTimeout} (ms).
97
+ */
95
98
public static final long DEFAULT_POLL_TIMEOUT = 1000L ;
96
99
100
+ /**
101
+ * The default {@link #setShutdownTimeout(long) shutDownTimeout} (ms).
102
+ */
97
103
public static final int DEFAULT_SHUTDOWN_TIMEOUT = 10000 ;
98
104
105
+ /**
106
+ * The default {@link #setMonitorInterval(int) monitorInterval} (s).
107
+ */
99
108
public static final int DEFAULT_MONITOR_INTERVAL = 30 ;
100
109
110
+ /**
111
+ * The default {@link #setNoPollThreshold(float) noPollThreshold}.
112
+ */
101
113
public static final float DEFAULT_NO_POLL_THRESHOLD = 3f ;
102
114
103
115
/**
You can’t perform that action at this time.
0 commit comments