Class BlobMessage
java.lang.Object
org.nuxeo.importer.stream.message.BlobMessage
- All Implemented Interfaces:
Externalizable,Serializable,Message
A message holding info to build a StringBlob.
- Since:
- 9.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nuxeo.lib.stream.pattern.Message
forceBatch, poisonPill
-
Field Details
-
mimeType
-
encoding
-
filename
-
path
-
-
-
Constructor Details
-
BlobMessage
public BlobMessage() -
BlobMessage
-
-
Method Details
-
getId
Description copied from interface:MessageA message identifier. -
getMimeType
-
getFilename
-
getContent
-
getPath
-
getEncoding
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
equals
-
hashCode
public int hashCode() -
toString
-