Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
abs_poc_file_manipulation_mono
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tulasi Naveen Nadella
abs_poc_file_manipulation_mono
Commits
b5c2321b
Commit
b5c2321b
authored
Dec 20, 2022
by
Tulasi Naveen Nadella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
5338d6cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
README.md
README.md
+18
-1
No files found.
README.md
View file @
b5c2321b
File Manipulation Using Publisher Type - Mono
**JAVA REACTIVE PROGRAMMING - SAMPLE POC : File Manipulation Using Publisher Type - Mono**
\ No newline at end of file
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment