package bindings
Type Members
- trait BindingVersion extends AnyRef
-
trait
ChannelBinding extends DomainElement with Linkable
- Annotations
- @JSExportAll()
-
case class
ChannelBindings(_internal: scala.model.domain.bindings.ChannelBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable
Channel bindings model class.
Channel bindings model class.
- Annotations
- @JSExportAll()
-
case class
EmptyBinding(_internal: scala.model.domain.bindings.EmptyBinding) extends ServerBinding with OperationBinding with ChannelBinding with MessageBinding with Product with Serializable
- Annotations
- @JSExportAll()
-
trait
MessageBinding extends DomainElement with Linkable
- Annotations
- @JSExportAll()
-
case class
MessageBindings(_internal: scala.model.domain.bindings.MessageBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable
Message channel model class.
Message channel model class.
- Annotations
- @JSExportAll()
-
trait
OperationBinding extends DomainElement with Linkable
- Annotations
- @JSExportAll()
-
case class
OperationBindings(_internal: scala.model.domain.bindings.OperationBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable
Operation channel model class.
Operation channel model class.
- Annotations
- @JSExportAll()
-
trait
ServerBinding extends DomainElement with Linkable
- Annotations
- @JSExportAll()
-
case class
ServerBindings(_internal: scala.model.domain.bindings.ServerBindings) extends DomainElement with NamedDomainElement with Linkable with Product with Serializable
Server channel model class.
Server channel model class.
- Annotations
- @JSExportAll()