Update README.md

parent 5338d6cb
File Manipulation Using Publisher Type - Mono
\ No newline at end of file
**JAVA REACTIVE PROGRAMMING - SAMPLE POC : File Manipulation Using Publisher Type - Mono**
This POC project is used to perform to read/write operations on file / delete file using the publisher type Mono.
1.) Check the pom.xml to verify the required dependencies.
2.) Created src/main/java/org/abs/exercise/DefaultSubscriber.java to implement Reactive Stream API methods.
Here, Added sysout staements to log the information.
3.) Created src/main/java/org/abs/exercise/FileService.java ti implement the logic of operations read file/ write file and delete file
in a Reactive way.
4.) Created src/main/java/org/abs/exercise/MonoFileManipulation.java to call FILE operations on service class.
This is the main class.
5.) Created src/main/java/org/abs/exercise/Util.java that returns dummy values using FAKER object.
6.) src/main/resources/ path contains files.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment