Skip to content

EqBrokerOptions interface

Defines broker options


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


A function which returns the broker object for specified context

● resolver?: (context: EqContext) => EqBroker