File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
spring-kafka/src/main/java/org/springframework/kafka/listener/config Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 46
46
*/
47
47
public class ContainerProperties {
48
48
49
+ /**
50
+ * The default {@link #setPollTimeout(long) pollTimeout} (ms).
51
+ */
49
52
public static final long DEFAULT_POLL_TIMEOUT = 1000L ;
50
53
54
+ /**
55
+ * The default {@link #setShutdownTimeout(long) shutDownTimeout} (ms).
56
+ */
51
57
public static final int DEFAULT_SHUTDOWN_TIMEOUT = 10000 ;
52
58
59
+ /**
60
+ * The default {@link #setMonitorInterval(int) monitorInterval} (s).
61
+ */
53
62
public static final int DEFAULT_MONITOR_INTERVAL = 30 ;
54
63
64
+ /**
65
+ * The default {@link #setNoPollThreshold(float) noPollThreshold}.
66
+ */
55
67
public static final float DEFAULT_NO_POLL_THRESHOLD = 3f ;
56
68
57
69
/**
You can’t perform that action at this time.
0 commit comments