Uses of Enum Class
org.springframework.integration.file.FileReadingMessageSource.WatchEventType
Packages that use FileReadingMessageSource.WatchEventType
Package
Description
Base package for File support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides File Components support for Spring Integration Java DSL.
-
Uses of FileReadingMessageSource.WatchEventType in org.springframework.integration.file
Methods in org.springframework.integration.file that return FileReadingMessageSource.WatchEventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.FileReadingMessageSource.WatchEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.integration.file with parameters of type FileReadingMessageSource.WatchEventTypeModifier and TypeMethodDescriptionvoidFileReadingMessageSource.setWatchEvents(FileReadingMessageSource.WatchEventType... watchEvents) TheWatchServiceevent types. -
Uses of FileReadingMessageSource.WatchEventType in org.springframework.integration.file.config
Methods in org.springframework.integration.file.config with parameters of type FileReadingMessageSource.WatchEventTypeModifier and TypeMethodDescriptionvoidFileReadingMessageSourceFactoryBean.setWatchEvents(FileReadingMessageSource.WatchEventType... watchEvents) -
Uses of FileReadingMessageSource.WatchEventType in org.springframework.integration.file.dsl
Methods in org.springframework.integration.file.dsl with parameters of type FileReadingMessageSource.WatchEventTypeModifier and TypeMethodDescriptionFileInboundChannelAdapterSpec.watchEvents(FileReadingMessageSource.WatchEventType... watchEvents) TheWatchServiceevent types.