File

core/realtime/managed-object-realtime.service.ts

Extends

RealtimeService

Index

Methods

Constructor

constructor(realtimeSubject: RealtimeSubjectService)
Parameters :
Name Type Optional
realtimeSubject RealtimeSubjectService No

Methods

Protected channel
channel()
Returns : string
onCreate$
onCreate$()

Get an Observable of all CREATE realtime notifications.

Returns : Observable<IManagedObject>

An [[Observable]] of newly created entity objects.

Protected getChannel
getChannel(entityOrId?: string | number | IIdentified)
Parameters :
Name Type Optional
entityOrId string | number | IIdentified Yes
Returns : any
Protected getIdString
getIdString(reference: number | string | IIdentified)
Parameters :
Name Type Optional
reference number | string | IIdentified No
Returns : string
onAll$
onAll$(entityOrId?: string | number | IIdentified)

Get an Observable of all realtime notifications.

Parameters :
Name Type Optional Description
entityOrId string | number | IIdentified Yes

Entity object or id

An [[Observable]] of notifications wrapped as [[RealtimeMessage]]

onDelete$
onDelete$(entityOrId?: string | number | IIdentified)

Get an Observable of all DELETE realtime notifications.

Parameters :
Name Type Optional Description
entityOrId string | number | IIdentified Yes

Entity object or id

Returns : Observable<number>

An [[Observable]] of deleted entity objects.

onUpdate$
onUpdate$(entityOrId?: string | number | IIdentified)

Get an Observable of all UPDATE realtime notifications.

Parameters :
Name Type Optional Description
entityOrId string | number | IIdentified Yes

Entity object or id

Returns : Observable<T>

An [[Observable]] of updated entity objects.

start
start()

Subscribes again all realtime channels with active observers.

Returns : void
stop
stop()

Stops realtime notifications and unsubscribes all realtime channels.

Returns : void

results matching ""

    No results matching ""