File tree 1 file changed +3
-3
lines changed
spring-integration-core/src/main/java/org/springframework/integration/annotation
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
* for the Messaging annotations for polled endpoints. It is an analogue of the XML
26
26
* {@code <poller/>} element, but provides only simple attributes. If the
27
27
* {@link org.springframework.integration.scheduling.PollerMetadata} requires more options
28
- * (e.g. Transactional and other Advices) or {@code initialDelay, receiveTimeout } etc, the
28
+ * (e.g. Transactional and other Advices) or {@code initialDelay} etc. , the
29
29
* {@link org.springframework.integration.scheduling.PollerMetadata} should be configured
30
30
* as a generic bean and its bean name can be specified as the {@code value} attribute of
31
31
* this annotation. In that case, the other attributes are not allowed.
87
87
String cron () default "" ;
88
88
89
89
/**
90
- * @return The the bean name of default error channel
90
+ * @return The bean name of default error channel
91
91
* for the underlying {@code MessagePublishingErrorHandler}.
92
92
* @since 4.3.3
93
93
*/
97
97
* Only applies to polling consumers.
98
98
* @return the time the poll thread will wait after the trigger for a new message to arrive.
99
99
* Defaults to 1000 (1 second).
100
- * For polled inbound channel adapters, whether or not the polling thread blocks
100
+ * For polled inbound channel adapters, whether the polling thread blocks
101
101
* is dependent on the message source implementation.
102
102
* Can be specified as 'property placeholder', e.g. {@code ${my.poller.receiveTimeout}}.
103
103
* @since 5.1
You can’t perform that action at this time.
0 commit comments