Uses of Class
com.cognite.client.stream.RawPublisher
Packages that use RawPublisher
-
Uses of RawPublisher in com.cognite.client
Methods in com.cognite.client that return RawPublisherModifier and TypeMethodDescriptionReturns aRawPublisherthat can streamRawRowfrom a raw table. -
Uses of RawPublisher in com.cognite.client.stream
Methods in com.cognite.client.stream that return RawPublisherModifier and TypeMethodDescriptionstatic RawPublisherFor internal use.RawPublisher.withConsumer(Consumer<List<RawRow>> consumer) Add the consumer of the data stream.RawPublisher.withEndTime(Instant endTime) Sets the end time (i.e.RawPublisher.withPollingInterval(Duration interval) Sets the polling interval to check for updates to the source raw table.RawPublisher.withPollingOffset(Duration interval) Sets the polling offset.RawPublisher.withStartTime(Instant startTime) Sets the start time (i.e.