Package io.hstream
Interface ReaderBuilder
-
@Deprecated public interface ReaderBuilder
Deprecated.A builder forReaders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Readerbuild()Deprecated.ReaderBuilderreaderId(String readerId)Deprecated.ReaderBuilderrequestTimeoutMs(long timeoutMs)Deprecated.ReaderBuildershardId(long shardId)Deprecated.ReaderBuildershardOffset(StreamShardOffset shardOffset)Deprecated.ReaderBuilderstreamName(String streamName)Deprecated.ReaderBuildertimeoutMs(int timeoutMs)Deprecated.
-
-
-
Method Detail
-
streamName
ReaderBuilder streamName(String streamName)
Deprecated.
-
shardId
ReaderBuilder shardId(long shardId)
Deprecated.
-
shardOffset
ReaderBuilder shardOffset(StreamShardOffset shardOffset)
Deprecated.
-
timeoutMs
ReaderBuilder timeoutMs(int timeoutMs)
Deprecated.
-
readerId
ReaderBuilder readerId(String readerId)
Deprecated.
-
requestTimeoutMs
ReaderBuilder requestTimeoutMs(long timeoutMs)
Deprecated.
-
build
Reader build()
Deprecated.
-
-