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
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:Message
A message identifier. -
getMimeType
-
getFilename
-
getContent
-
getPath
-
getEncoding
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
equals
-
hashCode
public int hashCode() -
toString
-