Class Connection.AkkaConnection

  • All Implemented Interfaces:
    LocationSerializable, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    Connection

    public static class Connection.AkkaConnection
    extends TypedConnection<AkkaLocation>
    implements scala.Product, java.io.Serializable
    Represents a connection offered by remote Actors e.g. nfiraos.TromboneAssembly-assembly-akka or nfiraos.TromboneHcd-hcd-akka
    See Also:
    Serialized Form
    • Constructor Detail

      • AkkaConnection

        public AkkaConnection​(ComponentId componentId)
    • Method Detail

      • componentId

        public ComponentId componentId()
        Description copied from class: Connection
        The component that is providing this connection
        Specified by:
        componentId in class Connection
        Returns:
        (undocumented)