Class ConnectionInfo

java.lang.Object
csw.location.api.models.ConnectionInfo
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ConnectionInfo extends Object implements scala.Product, 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:
  • Constructor Details

  • Method Details

    • apply

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

      public Prefix prefix()
    • componentType

      public ComponentType componentType()
    • connectionType

      public ConnectionType connectionType()
    • toString

      public String toString()
      Overrides:
      toString in class Object