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: name represents a component name e.g. 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
    • Constructor Detail

    • Method Detail

      • connectionInfoFormat

        public static play.api.libs.json.OFormat<ConnectionInfo> connectionInfoFormat()
      • name

        public java.lang.String name()
      • toString

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