Uses of Class
org.springframework.integration.file.dsl.TailAdapterSpec
Package
Description
Provides File Components support for Spring Integration Java DSL.
-
Uses of TailAdapterSpec in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionTailAdapterSpec.autoStartup
(boolean autoStartup) TailAdapterSpec.delay
(long delay) The delay between checks of the file for new content in milliseconds.TailAdapterSpec.enableStatusReader
(boolean enableStatusReader) This field control the stderr events.TailAdapterSpec.end
(boolean end) Iftrue
, tail from the end of the file, otherwise include all lines from the beginning.TailAdapterSpec.errorChannel
(String errorChannel) TailAdapterSpec.errorChannel
(MessageChannel errorChannel) TailAdapterSpec.errorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) protected TailAdapterSpec
TailAdapterSpec.fileDelay
(long fileDelay) The delay in milliseconds between attempts to tail a non-existent file, or between attempts to execute a process if it fails for any reason.TailAdapterSpec.idleEventInterval
(long idleEventInterval) Specify the idle interval before start sending idle events.TailAdapterSpec.nativeOptions
(String nativeOptions) Specify the options string for nativetail
command.TailAdapterSpec.outputChannel
(String outputChannel) TailAdapterSpec.outputChannel
(MessageChannel outputChannel) TailAdapterSpec.phase
(int phase) TailAdapterSpec.reopen
(boolean reopen) Iftrue
, close and reopen the file between reading chunks.TailAdapterSpec.sendTimeout
(long sendTimeout) TailAdapterSpec.shouldTrack
(boolean shouldTrack) static TailAdapterSpec
Files.tailAdapter
(File file) Create aTailAdapterSpec
builder for theFileTailingMessageProducerSupport
.TailAdapterSpec.taskExecutor
(TaskExecutor taskExecutor) Configure a task executor.TailAdapterSpec.taskScheduler
(TaskScheduler taskScheduler) Set a task scheduler - defaults to the integration 'taskScheduler'.