Class Interop


  • public class Interop
    extends java.lang.Object
    OpenFin Interoperability.
    Author:
    Anthony
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.