Uses of Class
org.springframework.integration.file.tail.FileTailingMessageProducerSupport
Packages that use FileTailingMessageProducerSupport
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides File Components support for Spring Integration Java DSL.
Classes used for tailing file system files.
- 
Uses of FileTailingMessageProducerSupport in org.springframework.integration.file.configMethods in org.springframework.integration.file.config that return FileTailingMessageProducerSupportModifier and TypeMethodDescriptionprotected FileTailingMessageProducerSupportFileTailInboundChannelAdapterFactoryBean.createInstance()
- 
Uses of FileTailingMessageProducerSupport in org.springframework.integration.file.dslMethods in org.springframework.integration.file.dsl that return FileTailingMessageProducerSupportModifier and TypeMethodDescriptionprotected FileTailingMessageProducerSupportTailAdapterSpec.doGet()
- 
Uses of FileTailingMessageProducerSupport in org.springframework.integration.file.tailModifier and TypeClassDescriptionclassFile tailer that delegates to the Apache Commons Tailer.classA file tailing message producer that delegates to the OS tail program.