Construct a connection object
Websocket connection string - "ws://server.com:port"
ReadonlyDEFAULT_Unique service instance name, different if there are concurrent instances running
Event handler invoked when a connection error occurs
Event handler invoked by STP when a message matching one of the Solvables is posted by some service
Event handler invoked by STP when a service makes a request matching one of the Solvables
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
Disconnect from STP
Send a message/command to STP
STP API message to send
Make a STP request - equivalent to an RPC call
STP API message to send
STP API responses
Implements a connector to STP's native OAA pub/sub service via WebSockets
See
IStpConnector