Uses of Class
org.eclipse.ditto.internal.models.streaming.SudoStreamPids
-
-
Uses of SudoStreamPids in org.eclipse.ditto.internal.models.streaming
Methods in org.eclipse.ditto.internal.models.streaming that return SudoStreamPids Modifier and Type Method Description static SudoStreamPidsSudoStreamPids. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a newSudoStreamSnapshotRevisionsfrom a JSON object.static SudoStreamPidsSudoStreamPids. of(java.lang.Integer burst, java.lang.Long timeoutMillis, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.type.EntityType entityType)Creates a newSudoStreamPidscommand.SudoStreamPidsSudoStreamPids. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)SudoStreamPidsSudoStreamPids. withLowerBound(EntityIdWithRevision<?> lowerBound)Create a copy of this command with a lower-bound set.
-