Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
TimeSeries.Event<V>
An event in a time series.
|
Modifier and Type | Method and Description |
---|---|
TimeSeries.EventMetadata |
TimeSeries.Event.originalEvent()
If this is an edit event, returns the metadata of the original event
that this event replaces; otherwise returns this event.
|
Modifier and Type | Method and Description |
---|---|
<V> CompletableFuture<TimeSeries.EventMetadata> |
TimeSeries.append(String topicPath,
Class<V> valueClass,
V value)
Update a time series topic by appending a new value.
|
<V> CompletableFuture<TimeSeries.EventMetadata> |
TimeSeries.append(String topicPath,
Class<V> valueClass,
V value,
Instant timestamp)
Update a time series topic by appending a new value with a supplied
timestamp.
|
<V> CompletableFuture<TimeSeries.EventMetadata> |
TimeSeries.edit(String topicPath,
long originalSequence,
Class<V> valueClass,
V value)
Update a time series topic by appending a new value that overrides the
value of an existing event.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.