Return promise of connection. Once connection is established Promise is resolved and is able to run operations on apis.
Closed connection wil not be connected. To reopen closed connection use openConnection().
Returns Promise<void>
Connection promise.
openConnection
openConnection(): Promise<any>
Opens WS connection based on initialize configuration.
ApiConnector provide connection to dcorejs-lib apis
ApiConnector