Interface StreamingMessage
-
- All Known Subinterfaces:
EntityIdWithRevision<I>,IdentifiableStreamingMessage,StartStreamRequest
- All Known Implementing Classes:
AbstractEntityIdWithRevision,BatchedEntityIdWithRevisions,LowerBound,StreamedSnapshot,SudoStreamPids,SudoStreamSnapshots
public interface StreamingMessageMarker interface for streaming-related messages.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_PREFIXType Prefix of streaming messages - used to avoid overlaps with messages from other modules/services.
-
-
-
Field Detail
-
TYPE_PREFIX
static final java.lang.String TYPE_PREFIX
Type Prefix of streaming messages - used to avoid overlaps with messages from other modules/services.- See Also:
- Constant Field Values
-
-