Package best.skn.mail.models
Class MailSenderInputStream
java.lang.Object
best.skn.mail.models.MailSenderInputStream
Mail sender input stream class for processing proper input stream info in controllers
- Since:
- 2024-05-29
- Version:
- 2.0.1
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringPrivate String property for containing the file location where the output copied file will beprivate InputStreamPrivate String property for containing input stream that will be sent to the API -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileLocation
Private String property for containing the file location where the output copied file will be- Since:
- v2.0.0
-
inputStream
Private String property for containing input stream that will be sent to the API- Since:
- v2.0.0
-
-
Constructor Details
-
MailSenderInputStream
public MailSenderInputStream()
-