Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
TimeSeries.QueryResult<V> |
TimeSeries.QueryResult.merge(TimeSeries.QueryResult<V> other)
Merge this result with
other , combining original events and
edit events, to produce an TimeSeries.QueryResult of type
VALUE_EVENT_STREAM |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TimeSeries.QueryResult<V>> |
TimeSeries.Query.selectFrom(String topicPath)
Evaluate this query for a time series topic.
|
Modifier and Type | Method and Description |
---|---|
TimeSeries.QueryResult<V> |
TimeSeries.QueryResult.merge(TimeSeries.QueryResult<V> other)
Merge this result with
other , combining original events and
edit events, to produce an TimeSeries.QueryResult of type
VALUE_EVENT_STREAM |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.