Package com.openfin.desktop.interop
Class Interop
- java.lang.Object
-
- com.openfin.desktop.interop.Interop
-
public class Interop extends java.lang.ObjectOpenFin Interoperability.- Author:
- Anthony
-
-
Constructor Summary
Constructors Constructor Description Interop(DesktopConnection conn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletionStage<InteropClient>connect(java.lang.String brokerName)Creates a new Interop Client and connects to the Interop Broker.
-
-
-
Constructor Detail
-
Interop
public Interop(DesktopConnection conn)
-
-
Method Detail
-
connect
public java.util.concurrent.CompletionStage<InteropClient> connect(java.lang.String brokerName)
Creates a new Interop Client and connects to the Interop Broker.- Parameters:
brokerName- The name of the Interop Broker that the client will connect to.- Returns:
- A new CompletionStage of the Interop Client.
-
-