Interface IdentifiableStreamingMessage
-
- All Superinterfaces:
StreamingMessage
- All Known Subinterfaces:
EntityIdWithRevision<I>
- All Known Implementing Classes:
AbstractEntityIdWithRevision,LowerBound
public interface IdentifiableStreamingMessage extends StreamingMessage
Represents an identifiable Streaming message (identifier is required to correlate acknowledgements).
-
-
Field Summary
-
Fields inherited from interface org.eclipse.ditto.internal.models.streaming.StreamingMessage
TYPE_PREFIX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringasIdentifierString()Returns an identifier for this message.
-