LightstreamerClientExt extension

on

Properties

connectionDetails ConnectionDetails

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

no setter
connectionOptions ConnectionOptions

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

no setter

Methods

addListener(ClientListener listener) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

connect() → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

disconnect() → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

findMpnSubscription(String subscriptionId) MpnSubscription?

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

getListeners() List<ClientListener>

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

getMpnSubscriptions(String? filter) List<MpnSubscription>

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

getStatus() String

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

getSubscriptions() List<Subscription>

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

registerForMpn(MpnDevice device) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

removeListener(ClientListener listener) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

sendMessage(String msg, [String? sequence, int? delayTimeout, ClientMessageListener? listener, bool? enqueueWhileDisconnected]) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

subscribe(Subscription subscription) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

subscribeMpn(MpnSubscription subscription, bool coalescing) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

unsubscribe(Subscription subscription) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

unsubscribeMpn(MpnSubscription subscription) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension

unsubscribeMpnSubscriptions(String? filter) → void

Available on LightstreamerClient, provided by the LightstreamerClientExt extension