@FunctionalInterface public interface InboundFileSynchronizer
Modifier and Type | Method and Description |
---|---|
void |
synchronizeToLocalDirectory(File localDirectory)
Synchronize all available files to the local directory;
|
default void |
synchronizeToLocalDirectory(File localDirectory,
int maxFetchSize)
Synchronize up to maxFetchSize files to the local directory;
|
void synchronizeToLocalDirectory(File localDirectory)
localDirectory
- the directory.default void synchronizeToLocalDirectory(File localDirectory, int maxFetchSize)
localDirectory
- the directory.maxFetchSize
- the maximum files to fetch.