Uses of Interface
org.eclipse.ditto.internal.models.streaming.StreamingMessage
-
-
Uses of StreamingMessage in org.eclipse.ditto.internal.models.streaming
Subinterfaces of StreamingMessage in org.eclipse.ditto.internal.models.streaming Modifier and Type Interface Description interfaceEntityIdWithRevision<I extends org.eclipse.ditto.base.model.entity.id.EntityId>Represents the ID of an entity with a revision of the entity.interfaceIdentifiableStreamingMessageRepresents an identifiable Streaming message (identifier is required to correlate acknowledgements).interfaceStartStreamRequestSupertype of commands to request the start of a stream.Classes in org.eclipse.ditto.internal.models.streaming that implement StreamingMessage Modifier and Type Class Description classAbstractEntityIdWithRevision<I extends org.eclipse.ditto.base.model.entity.id.EntityId>Abstract base implementation ofEntityIdWithRevision.classBatchedEntityIdWithRevisions<E extends EntityIdWithRevision<?>>A list ofEntityIdWithRevisionbatched together.classLowerBoundSpecial Entity ID's (with Revision).classStreamedSnapshotSerializable message for streamed snapshots.classSudoStreamPidsCommand which starts a stream of persistence IDs with their latest snapshot revisions.classSudoStreamSnapshotsCommand which starts a stream of snapshots.
-