Package org.nuxeo.runtime.pubsub
Interface SerializableMessage
- 
- All Superinterfaces:
 Serializable
- All Known Subinterfaces:
 SerializableAccumulableInvalidations
- All Known Implementing Classes:
 CacheServiceImpl.CacheInvalidation,DBSInvalidations,MigrationServiceImpl.MigrationInvalidation,VCSInvalidations,WOPIServiceImpl.WOPIDiscoveryInvalidation
public interface SerializableMessage extends Serializable
Generic interface for a serializable message.- Since:
 - 9.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserialize(OutputStream out)Serializes this to an output stream. 
 - 
 
- 
- 
Method Detail
- 
serialize
void serialize(OutputStream out) throws IOException
Serializes this to an output stream. The deserialization is handled byAbstractPubSubBroker.deserialize(java.io.InputStream).- Throws:
 IOException
 
 - 
 
 -