Defines broker options
Index
Properties
Properties
endpoint
The URL where all EasyQuery requests will be sent to In case of EasyQuery Server broker it's just the first part of the URL
● endpoint?: string
resolver
A function which returns the broker object for specified context
● resolver?: (context: EqContext) => EqBroker