Connects a client to an Interop broker. This is called under-the-hood for Views in a Platform.
Interop.connectSync
The name of the Interop Broker to connect to. For Platforms, this will default to the uuid of the Platform.
Optional
interopConfig: InteropConfigInformation relevant to the Interop Broker. Typically a declaration of what context(s) the entity wants to subscribe to, and the current Context Group of the entity.
Initializes an Interop Broker. This is called under-the-hood for Platforms.
Interop.init
Name of the Interop Broker.
Optional
override: OverrideCallback<OpenFin.InteropBroker, OpenFin.InteropBroker> = defaultOverrideA callback function that can be used to extend or replace default Interop Broker behavior.
Generated using TypeDoc
Manages creation of Interop Brokers and Interop Clients. These APIs are called under-the-hood in Platforms.
Namespace
Alias
Interop