Uses of Class
com.cognite.client.stream.Publisher
Packages that use Publisher
-
Uses of Publisher in com.cognite.client
Methods in com.cognite.client that return Publisher -
Uses of Publisher in com.cognite.client.stream
Methods in com.cognite.client.stream that return PublisherModifier and TypeMethodDescriptionstatic <T> Publisher<T>Publisher.of(ListSource<T> listSource) Publisher.withConsumer(Consumer<List<T>> consumer) Add the consumer of the data stream.Publisher.withEndTime(Instant endTime) Sets the end time (i.e.Publisher.withPollingInterval(Duration interval) Sets the polling interval to check for updates to the source raw table.Publisher.withPollingOffset(Duration interval) Sets the polling offset.Publisher.withRequest(Request request) Sets a baselineRequestto use when producing the steam of objects.Publisher.withStartTime(Instant startTime) Sets the start time (i.e.