Class InstantStartAtSpec
java.lang.Object
org.apache.pulsar.reactive.client.api.StartAtSpec
org.apache.pulsar.reactive.client.api.InstantStartAtSpec
Spec for a
ReactiveMessageReader
to start reading from a given instant in time.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pulsar.reactive.client.api.StartAtSpec
ofEarliest, ofInstant, ofLatest, ofLatestInclusive, ofMessageId, ofMessageId
-
Constructor Details
-
InstantStartAtSpec
Constructs aInstantStartAtSpec
.- Parameters:
instant
- the instant in time from when to start reading from
-
-
Method Details