Interface ImageConverterRequestInterface
- All Known Implementing Classes:
ImageConverterRequest
,ImageConverterRequestArea
public sealed interface ImageConverterRequestInterface
permits ImageConverterRequest, ImageConverterRequestArea
Interface to execute the image conversion.
- Author:
- Fernando Romulo da Silva
-
Method Summary
Modifier and TypeMethodDescriptionExecution type.byte[]
File parameter.fileName()
File parameter.
-
Method Details
-
fileName
String fileName()File parameter.- Returns:
- a
String
object
-
fileContent
byte[] fileContent()File parameter.- Returns:
- a byte[] with file.
-
executionType
ExecutionType executionType()Execution type.- Returns:
- a
ExecutionType
object
-