Class Interop

java.lang.Object
com.openfin.desktop.interop.Interop

public class Interop
extends java.lang.Object
OpenFin Interoperability.
Author:
Anthony
  • Constructor Summary

    Constructors 
    Constructor Description
    Interop​(DesktopConnection conn)  
  • Method Summary

    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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.