object Connection extends Serializable
- Alphabetic
- By Inheritance
- Connection
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
AkkaConnection(componentId: ComponentId) extends TypedConnection[AkkaLocation] with Product with Serializable
Represents a connection offered by remote Actors e.g.
Represents a connection offered by remote Actors e.g. TromboneAssembly-assembly-akka or TromboneHcd-hcd-akka
-
case class
HttpConnection(componentId: ComponentId) extends TypedConnection[HttpLocation] with Product with Serializable
Represents a http connection provided by the component e.g.
Represents a http connection provided by the component e.g. ConfigServer-service-http
-
case class
TcpConnection(componentId: ComponentId) extends TypedConnection[TcpLocation] with Product with Serializable
represents a tcp connection provided by the component e.g.
represents a tcp connection provided by the component e.g. EventService-service-tcp
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
from(connectionInfo: ConnectionInfo): Connection
Create a Connection from provided ConnectionInfo
Create a Connection from provided ConnectionInfo
- connectionInfo
represents component name, component type and connection type
- returns
A Connection created from connectionInfo
-
def
from(input: String): Connection
Create a Connection from provided String input
Create a Connection from provided String input
- input
is the string representation of connection e.g. TromboneAssembly-assembly-akka
- returns
a Connection model created from string
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )