# _index
# Constants
- services
Map of service names to promises that resolve to send functions for that service.
# Functions
- connect()
Returns a promise for
providerIdthat resolves to the send function for that provider.- receive()
Global receiver handler for service response messages. Object-type messages are emitted on the
Eventsbus. Messages with anicknameorpartialprop are also dispatched to the store'ssetQuery()action.
# services
Map of service names to promises that resolve to send functions for that service.
# connect()
Returns a promise for providerId that resolves to the send function for
that provider.
# receive()
Global receiver handler for service response messages. Object-type messages
are emitted on the Events bus. Messages with a nickname or partial
prop are also dispatched to the store's setQuery() action.
Kind: global function