Interface StartStreamRequest
-
- All Superinterfaces:
StreamingMessage
- All Known Implementing Classes:
SudoStreamPids,SudoStreamSnapshots
public interface StartStreamRequest extends StreamingMessage
Supertype of commands to request the start of a stream.
-
-
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 intgetBurst()Returns the streaming burst.longgetTimeoutMillis()Returns the timeout in milliseconds.
-