Class ConnectionInfo

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public class ConnectionInfo
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    ConnectionInfo represents a component name, component type and connection type

    param: prefix represents a prefix of a component e.g. nfiraos.TromboneAssembly param: componentType represents the type of component e.g. Assembly, HCD, etc param: connectionType represents the type of connection e.g. akka, http, tcp

    See Also:
    Serialized Form
    • Method Detail

      • apply

        public abstract static R apply​(T1 v1,
                                       T2 v2,
                                       T3 v3)
      • prefix

        public Prefix prefix()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object