Merge remote-tracking branch 'origin/BAEL-6916' into BAEL-6916

This commit is contained in:
hmdrzsharifi 2023-09-30 17:28:07 +03:30
commit 3fdc7e00a1
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import org.springframework.stereotype.Component;
@Component
public class FileProcessor implements Processor {
@Override
public void process(Exchange exchange) throws Exception {
String originalFileName = (String) exchange.getIn().getHeader(Exchange.FILE_NAME, String.class);