Uses of Interface
org.springframework.integration.file.remote.RemoteFileOperations.OperationsCallback
Package
Description
Base package for supporting remote files.
-
Uses of RemoteFileOperations.OperationsCallback in org.springframework.integration.file.remote
Modifier and TypeMethodDescription<T> T
RemoteFileOperations.invoke
(RemoteFileOperations.OperationsCallback<F, T> action) Invoke the callback and run all operations on the template argument in a dedicated thread-bound session and reliably close the it afterwards.<T> T
RemoteFileTemplate.invoke
(RemoteFileOperations.OperationsCallback<F, T> action)