@EnableBinding(value=org.springframework.cloud.stream.messaging.Source.class) @Import(value=TriggerConfiguration.class) @EnableConfigurationProperties(value={FileSourceProperties.class,FileConsumerProperties.class,TriggerPropertiesMaxMessagesDefaultUnlimited.class}) public class FileSourceConfiguration extends Object
FileReadingMessageSource bean and registers it as a
Inbound Channel Adapter that sends messages to the Source output channel.| Constructor and Description |
|---|
FileSourceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.integration.dsl.IntegrationFlow |
fileSourceFlow() |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.