Diffusion Apple API  6.7.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Instance Methods | List of all members
<PTDiffusionRecordV2TimeSeriesEventValueStreamDelegate> Protocol Reference

Introduction

Methods implemented by classes handling streamed time series events with record values.

This protocol defines the methods to be implemented by classes wishing to receive streamed time series events when updates are received from the server with record values.

Since
6.0
Inheritance diagram for <PTDiffusionRecordV2TimeSeriesEventValueStreamDelegate>:
<PTDiffusionSubscriberStreamDelegate> <PTDiffusionStreamDelegate>

Instance Methods

(void) - diffusionStream:didUpdateTimeSeriesTopicPath:specification:oldRecordEvent:newRecordEvent:
 
- Instance Methods inherited from <PTDiffusionSubscriberStreamDelegate>
(void) - diffusionStream:didSubscribeToTopicPath:specification:
 
(void) - diffusionStream:didUnsubscribeFromTopicPath:specification:reason:
 
- Instance Methods inherited from <PTDiffusionStreamDelegate>
(void) - diffusionStream:didFailWithError:
 
(void) - diffusionDidCloseStream:
 

Method Documentation

- (void) diffusionStream: (PTDiffusionValueStream *)  stream
didUpdateTimeSeriesTopicPath: (NSString *)  topicPath
specification: (PTDiffusionTopicSpecification *)  specification
oldRecordEvent: (nullable PTDiffusionRecordV2TimeSeriesEvent *)  oldRecordEvent
newRecordEvent: (PTDiffusionRecordV2TimeSeriesEvent *)  newRecordEvent 

An update was received for a topic path handled by a record value stream.

Parameters
streamThe value stream that received the update.
topicPathThe topic path that was updated.
specificationThe specification for the updated topic.
oldRecordEventThe previous event. If nil then this is the first event.
newRecordEventThe new event derived from the last update received from the server.
Since
6.0