Attributes | Name and Description |
---|---|
|
caplin.sljsadapter.providers.StreamLinkMessageService()
|
Attributes | Name and Description |
---|---|
|
void
publish(String sSubject, Map mUpdateData, caplin.services.messaging.PublishListener oListener, Map mHints)
Publishes some data to a record. |
|
void
publishSessionMessage( sSubject, mUpdateData, oListener, mHints)
|
|
caplin.sljsadapter.providers.StreamLinkSubscription
subscribe(String sSubject, caplin.services.messaging.SubscriptionListener oListener, Map mHints)
Creates a subscription to a record. |
►
caplin.sljsadapter.providers.StreamLinkMessageService()
caplin.streamlink.StreamLink
service has been registered.
►
void
publish(String sSubject, Map mUpdateData, caplin.services.messaging.PublishListener oListener, Map mHints)
Publishes some data to a record.
String | sSubject | The subject of the record being published to. |
Map | mUpdateData | The data to be published to the record. |
caplin.services.messaging.PublishListener | oListener | The listener that will receive the publish events. |
Map | mHints | Additional parameters. |
►
void
publishSessionMessage( sSubject, mUpdateData, oListener, mHints)
sSubject | ||
mUpdateData | ||
oListener | ||
mHints |
►
caplin.sljsadapter.providers.StreamLinkSubscription
subscribe(String sSubject, caplin.services.messaging.SubscriptionListener oListener, Map mHints)
Creates a subscription to a record.
String | sSubject | The subject of the record being subscribed to. |
caplin.services.messaging.SubscriptionListener | oListener | The listener for the subscription. |
Map | mHints | Additional parameters. |