Uses of Class
org.springframework.integration.file.tail.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.config
Modifier and TypeMethodDescriptionprotected FileTailingMessageProducerSupport
FileTailInboundChannelAdapterFactoryBean.createInstance()
-
Uses of FileTailingMessageProducerSupport in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionprotected FileTailingMessageProducerSupport
TailAdapterSpec.doGet()
-
Uses of FileTailingMessageProducerSupport in org.springframework.integration.file.tail
Modifier and TypeClassDescriptionclass
File tailer that delegates to the Apache Commons Tailer.class
A file tailing message producer that delegates to the OS tail program.