Class BlobInfoMessage
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.BlobInfo
-
- org.nuxeo.importer.stream.message.BlobInfoMessage
-
- All Implemented Interfaces:
Externalizable,Serializable,Message
public class BlobInfoMessage extends BlobInfo implements Message
A message holding BlobInfo.- Since:
- 9.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlobInfoMessage()BlobInfoMessage(BlobInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()A message identifier.voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.nuxeo.lib.stream.pattern.Message
forceBatch, poisonPill
-
-
-
-
Constructor Detail
-
BlobInfoMessage
public BlobInfoMessage()
-
BlobInfoMessage
public BlobInfoMessage(BlobInfo info)
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-