Title here
Summary here
Abstract
Kind: global class
Extends: Abstract
Abstract
Raw service interface for various proxy services.
Promise.<any>
Initialize proxy
Kind: instance method of AbstractProxyService
Param | Type | Description |
---|---|---|
[options] | Object | Some options... |
Send a message
Kind: instance method of AbstractProxyService
Param | Type | Description |
---|---|---|
message | Object | |
[options] | Object | Some options... |
Receive a message
Kind: instance method of AbstractProxyService
Param | Type | Description |
---|---|---|
message | Object | |
[options] | Object | Some options... |
Implementation to initialize service
Kind: instance abstract method of AbstractProxyService
Access: protected
Param | Type | Description |
---|---|---|
resolve | Promise | |
reject | Promise | |
[options] | Object | Some options... |
Implementation to send a message
Kind: instance abstract method of AbstractProxyService
Access: protected
Param | Type | Description |
---|---|---|
message | Object | |
[options] | Object | Some options... |