Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches

Classes

class  PTDiffusionMutableRecordV2Model
 A mutable data model based upon a schema. More...
class  PTDiffusionRecordV2
 An immutable record value with support for binary deltas. More...
class  PTDiffusionRecordV2Builder
 Builds free format PTDiffusionRecordV2 values. More...
class  PTDiffusionRecordV2Delta
 A description of the differences between two record values. More...
class  PTDiffusionRecordV2DeltaChange
 Represents a single change between one record value and another. More...
class  PTDiffusionRecordV2DeltaChangeType
 The type of change represented by a record delta. More...
class  PTDiffusionRecordV2FetchResult
 Encapsulates the results from a record fetch operation issued to the server. More...
class  PTDiffusionRecordV2FetchTopicResult
 Encapsulates the result from a record fetch operation for a single selected topic. More...
class  PTDiffusionRecordV2Model
 A data model based upon a schema. More...
protocol  <PTDiffusionRecordV2RequestDelegate>
 Methods implemented by classes handling record messaging requests with a handler registered at the server. More...
protocol  <PTDiffusionRecordV2RequestStreamDelegate>
 Methods implemented by classes handling RecordV2 messaging requests. More...
class  PTDiffusionRecordV2Schema
 A schema. More...
class  PTDiffusionRecordV2SchemaBuilder
 Used to build an immutable PTDiffusionRecordV2Schema. More...
class  PTDiffusionRecordV2SchemaField
 A field definition within a schema. More...
class  PTDiffusionRecordV2SchemaFieldType
 Type of field defined within a schema. More...
class  PTDiffusionRecordV2SchemaNode
 A node within a schema. More...
class  PTDiffusionRecordV2SchemaRecord
 A record definition within a schema. More...
protocol  <PTDiffusionRecordV2SessionResponseStreamDelegate>
 Methods implemented by classes handling record messaging responses from individual sessions. More...
class  PTDiffusionRecordV2TimeSeriesEvent
 An event in a time series whose value may be interpreted as a record. More...
protocol  <PTDiffusionRecordV2TimeSeriesEventValueStreamDelegate>
 Methods implemented by classes handling streamed time series events with record values. More...
class  PTDiffusionRecordV2TimeSeriesQueryResult
 Query result providing an array of record time series events. More...
class  PTDiffusionRecordV2UpdateStream
 An update stream that provides the ability for updating topics with record values. More...
protocol  <PTDiffusionRecordV2ValueStreamDelegate>
 Methods implemented by classes handling streamed events for record value topics. More...

Detailed Description