# _index

# Constants

services

Map of service names to promises that resolve to send functions for that service.

# Functions

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.

# services

Map of service names to promises that resolve to send functions for that service.

Kind: global constant

# connect()

Returns a promise for providerId that resolves to the send function for that provider.

Kind: global function

# 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