OptionalbaseName of the service connected to STP
True if the connection is open and capable of sending and receiving messages
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
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
Optionaltimeout: numberOptional number of seconds to wait for a connection before failing
OptionalmachineId: string | nullOptional machine Id to use. If not provided, it is set to some unique Id.
OptionalsessionId: string | nullOptional session Id to use. If not provided:
The actual sessionId used, which may be relevant if it was generated by the connector
Disconnect from STP
Optionaltimeout: numberSend a message/command to STP
STP API message to send
Optionaltimeout: numberMake a STP request - equivalent to an RPC call
STP API message to send
Optionaltimeout: numberSTP API responses
STP connection interface