LightstreamerClient class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- LightstreamerClient(String serverAddress, String adapterSet)
-
factory
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 - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
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
-
toString(
) → String -
A string representation of this object.
inherited
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
setLoggerProvider(
LoggerProvider logger) → void