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 String
getId()
A message identifier.void
readExternal(ObjectInput in)
String
toString()
void
writeExternal(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:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
-