@Configuration @EnableConfigurationProperties(value=FileConsumerProperties.class) public class FileConsumerConfiguration extends Object
Constructor and Description |
---|
FileConsumerConfiguration(FileConsumerProperties properties) |
Modifier and Type | Method and Description |
---|---|
Consumer<org.springframework.messaging.Message<?>> |
fileConsumer() |
org.springframework.integration.file.FileNameGenerator |
fileNameGenerator() |
org.springframework.integration.file.FileWritingMessageHandler |
fileWritingMessageHandler() |
public FileConsumerConfiguration(FileConsumerProperties properties)
@Bean public Consumer<org.springframework.messaging.Message<?>> fileConsumer()
@Bean public org.springframework.integration.file.FileWritingMessageHandler fileWritingMessageHandler()
@Bean public org.springframework.integration.file.FileNameGenerator fileNameGenerator()
Copyright © 2022. All rights reserved.