Fix fixedDelay typo in the file.adoc
JIRA: https://jira.spring.io/browse/INT-3969 **Cherry-pick to 4.2.x**
This commit is contained in:
@@ -309,7 +309,7 @@ public class FileReadingJavaApplication {
|
||||
}
|
||||
|
||||
@Bean
|
||||
@InboundChannelAdapter(value = "fileInputChannel", poller = @Poller(fixed-delay = "1000"))
|
||||
@InboundChannelAdapter(value = "fileInputChannel", poller = @Poller(fixedDelay = "1000"))
|
||||
public MessageSource<File> fileReadingMessageSource() {
|
||||
FileReadingMessageSource source = new FileReadingMessageSource();
|
||||
source.setDirectory(new File(INBOUND_PATH));
|
||||
|
||||
Reference in New Issue
Block a user