java - Spring batch - InputStream as parameter for ItemReader -


is there way add parameter in spring batch inputstream instead of file path?

you can write own custom reader , pass inputstream setresource.

yourreader.setresource(new inputstreamresource(inputstream)); 

Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -