インターフェースの使用
org.springframework.integration.file.remote.InputStreamCallback
InputStreamCallback を使用するパッケージ
org.springframework.integration.file.remote 内の InputStreamCallback 使用
型 InputStreamCallback のパラメーターを持つ org.springframework.integration.file.remote のメソッド修飾子と型メソッド説明booleanRemoteFileOperations.get(StringSE remotePath, InputStreamCallback callback) リモートファイルを InputStream として取得します。booleanRemoteFileOperations.get(Message<?> message, InputStreamCallback callback) メッセージ内の情報に基づいて、リモートファイルを InputStream として取得します。booleanRemoteFileTemplate.get(StringSE remotePath, InputStreamCallback callback) booleanRemoteFileTemplate.get(Message<?> message, InputStreamCallback callback)