Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SyncEndpoint

manages connection of SyncStore to one entity.

Hierarchy

  • SyncEndpoint

Hierarchy-Diagram

Index

Constructors

constructor

  • Parameters

    • options: object

    Returns SyncEndpoint

Properties

channel

channel: string

entity

entity: string

host

host: string

info

info: Promise<Model>

isConnected

isConnected: Promise<void>

localStore

localStore: Store

modelType

modelType: ModelCtor

path

path: string

priority

priority: number

promiseFetchingChanges

promiseFetchingChanges: Promise<Collection>

promiseFetchingServerInfo

promiseFetchingServerInfo: Promise<Model>

socket

socket: Socket

socketPath

socketPath: string

timestampFetchingChanges

timestampFetchingChanges: number

timestampFetchingServerInfo

timestampFetchingServerInfo: number

urlRoot

urlRoot: string

userUuid

userUuid: string

Methods

close

  • close(): void
  • close the endpoint explicit.

    Returns void

Generated using TypeDoc