Construct a connection object
Websocket connection string - "ws://server.com:port"
Readonly
DEFAULT_Unique service instance name, different if there are concurrent instances running
Event handler invoked when a connection error occurs
Error description
Event handler invoked by STP when a message matching one of the Solvables is posted by some service
STP API message to handle
Event handler invoked by STP when a service makes a request matching one of the Solvables
STP API message to handle
STP API response
True if the connection is open and capable of sending and receiving messages
Connect and register the service, informing of the subscriptions it handles / consumes
Name of the service that is connecting
Array of messages that this service handles
Optional number of seconds to wait for a connection before failing
Optional machine Id to use. If not provided, it is set to some unique Id.
Optional session Id to use. If not provided:
The actual sessionId used - the one provided here or a default set by STP
Generated using TypeDoc
Implements a connector to STP's native OAA pub/sub service via WebSockets
Implements
IStpConnector - IStpConnector