abstract class ComponentDefinition extends kompics.ComponentDefinition
A Component Definition
- Alphabetic
- By Inheritance
- ComponentDefinition
- ComponentDefinition
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ComponentDefinition()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toany2stringadd[ComponentDefinition] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ++[P <: PortType](portType: Class[P]): NegativePort[_ <: P]
- Attributes
- protected
- def ++[P <: PortType](port: P): NegativePort[_ <: P]
- Attributes
- protected
- def --[P <: PortType](portType: Class[P]): PositivePort[_ <: P]
- Attributes
- protected
- def --[P <: PortType](port: P): PositivePort[_ <: P]
- Attributes
- protected
- def ->[B](y: B): (ComponentDefinition, B)
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toArrowAssoc[ComponentDefinition] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def answer(arg0: Direct.Request[_ <: AnyRef], arg1: Direct.Response): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def answer(arg0: Direct.Request[_ <: AnyRef]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cfg: Config
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def config(): config.Config
- Definition Classes
- ComponentDefinition
- def connect[P <: PortType](t: PortAndPort[P]): Channel[P]
- Attributes
- protected
- def connect[P <: PortType](t: ComponentAndPort[P]): Channel[P]
- Attributes
- protected
- def connect[P <: PortType](t: PortAndComponent[P]): Channel[P]
- Attributes
- protected
- def connect[P <: PortType](t: (Component, Component))(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P]): Channel[P]
- Attributes
- protected
- def connect[P <: PortType](portType: P)(t: (Component, Component)): Channel[P]
- Attributes
- protected
- def connect[P <: PortType](arg0: Positive[P], arg1: Negative[P], arg2: ChannelFactory): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def connect[P <: PortType](arg0: Negative[P], arg1: Positive[P], arg2: ChannelFactory): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def connect[P <: PortType](arg0: Positive[P], arg1: Negative[P], arg2: ChannelSelector[_ <: AnyRef, _ <: AnyRef], arg3: ChannelFactory): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def connect[P <: PortType](arg0: Negative[P], arg1: Positive[P], arg2: ChannelSelector[_ <: AnyRef, _ <: AnyRef], arg3: ChannelFactory): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def create[C <: kompics.ComponentDefinition](init: kompics.Init[C], update: ConfigUpdate)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[C]): Component
- Attributes
- protected
- def create[C <: kompics.ComponentDefinition](init: kompics.Init[C])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[C]): Component
- Attributes
- protected
- def create[C <: kompics.ComponentDefinition](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[C]): Component
- Attributes
- protected
- final def create[T <: kompics.ComponentDefinition](arg0: Class[T], arg1: None, arg2: ConfigUpdate): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def create[T <: kompics.ComponentDefinition](arg0: Class[T], arg1: kompics.Init[T], arg2: ConfigUpdate): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def create[T <: kompics.ComponentDefinition](arg0: Class[T], arg1: None): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def create[T <: kompics.ComponentDefinition](arg0: Class[T], arg1: kompics.Init[T]): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def ctrl: NegativePort[ControlPort]
- Attributes
- protected
- final def destroy(arg0: Component): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def disconnect[P <: PortType](arg0: Channel[P]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def ensuring(cond: (ComponentDefinition) => Boolean, msg: => Any): ComponentDefinition
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toEnsuring[ComponentDefinition] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ComponentDefinition) => Boolean): ComponentDefinition
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toEnsuring[ComponentDefinition] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ComponentDefinition
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toEnsuring[ComponentDefinition] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ComponentDefinition
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toEnsuring[ComponentDefinition] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toStringFormat[ComponentDefinition] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def getComponentCore(): ComponentCore
- Definition Classes
- ComponentDefinition
- final def getControlPort(): Negative[ControlPort]
- Definition Classes
- ComponentDefinition
- final def handle[E <: kompics.KompicsEvent, P <: PortType](arg0: kompics.Port[P], arg1: Class[E], arg2: Consumer[E]): kompics.Handler[E]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def handleFault(arg0: Fault): ResolveAction
- Definition Classes
- ComponentDefinition
- def handleUpdate(arg0: ConfigUpdate): UpdateAction
- Definition Classes
- ComponentDefinition
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def id(): UUID
- Definition Classes
- ComponentDefinition
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log: Logger
- Attributes
- protected[sl]
- def logContextGet(key: String): Unit
- Attributes
- protected
- def logContextPut(p: (String, String)): Unit
- Attributes
- protected
- def logContextPutAlways(p: (String, String)): Unit
- Attributes
- protected
- def logContextRemove(key: String): Unit
- Attributes
- protected
- def logContextReset(): Unit
- Attributes
- protected
- def loggingContextGet(arg0: String): String
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def loggingContextPut(arg0: String, arg1: String): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def loggingContextPutAlways(arg0: String, arg1: String): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def loggingContextRemove(arg0: String): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def loggingContextReset(): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def loopbck: NegativePort[LoopbackPort]
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def negative[P <: PortType](arg0: Class[P]): Negative[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def onKill(arg0: Consumer[kompics.Kill]): kompics.Handler[kompics.Kill]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def onStart(arg0: Consumer[kompics.Start]): kompics.Handler[kompics.Start]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def onStop(arg0: Consumer[kompics.Stop]): kompics.Handler[kompics.Stop]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def positive[P <: PortType](arg0: Class[P]): Positive[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def postUpdate(): Unit
- Definition Classes
- ComponentDefinition
- def provides[P <: PortType](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P]): NegativePort[P]
- Attributes
- protected
- def provides[P <: PortType](port: P): NegativePort[P]
- Attributes
- protected
- final def provides[P <: PortType](arg0: Class[P]): Negative[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def requires[P <: PortType](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P]): PositivePort[P]
- Attributes
- protected
- def requires[P <: PortType](port: P): PositivePort[P]
Create a required port instance
Create a required port instance
- P
the type of the port
- port
a port object of type
P
- returns
a required (positive) port instance
- Attributes
- protected
- final def requires[P <: PortType](arg0: Class[P]): Positive[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def separateConfigId(): Boolean
- Definition Classes
- ComponentDefinition
- def setMDC(): Unit
- Attributes
- protected[sl]
- Definition Classes
- ComponentDefinition → ComponentDefinition
- def subscribe(t: (Handler, AnyPort)): Unit
- Attributes
- protected
- final def subscribe(arg0: MatchedHandler[_ <: AnyRef, _ <: AnyRef, _ <: AnyRef], arg1: kompics.Port[_ <: AnyRef]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def subscribe[E <: kompics.KompicsEvent, P <: PortType](arg0: kompics.Handler[E], arg1: kompics.Port[P]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def suicide(): Unit
- Definition Classes
- ComponentDefinition
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tearDown(): Unit
- Definition Classes
- ComponentDefinition
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trigger[P <: PortType](t: (KompicsEvent, kompics.Port[P])): Unit
- Attributes
- protected
- final def trigger[P <: PortType](arg0: kompics.KompicsEvent, arg1: kompics.Port[P]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- def unsubscribe(h: Handler, p: AnyPort): Unit
- Attributes
- protected
- final def unsubscribe[E <: kompics.KompicsEvent, P <: PortType](arg0: kompics.Handler[E], arg1: kompics.Port[P]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @throws(classOf[se.sics.kompics.ConfigurationException])
- final def unsubscribe(arg0: MatchedHandler[_ <: AnyRef, _ <: AnyRef, _ <: AnyRef], arg1: kompics.Port[_ <: AnyRef]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def updateConfig(arg0: ConfigUpdate): Unit
- Definition Classes
- ComponentDefinition
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def connect[P <: PortType](arg0: Negative[P], arg1: Positive[P], arg2: ChannelSelector[_ <: AnyRef, _ <: AnyRef]): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def connect[P <: PortType](arg0: Positive[P], arg1: Negative[P], arg2: ChannelSelector[_ <: AnyRef, _ <: AnyRef]): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- final def connect[P <: PortType](arg0: Negative[P], arg1: Positive[P]): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- final def connect[P <: PortType](arg0: Positive[P], arg1: Negative[P]): Channel[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- final def disconnect[P <: PortType](arg0: Positive[P], arg1: Negative[P]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- final def disconnect[P <: PortType](arg0: Negative[P], arg1: Positive[P]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def loggingCtxGet(arg0: String): String
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def loggingCtxPut(arg0: String, arg1: String): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def loggingCtxPutAlways(arg0: String, arg1: String): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def loggingCtxRemove(arg0: String): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def loggingCtxReset(): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def →[B](y: B): (ComponentDefinition, B)
- Implicit
- This member is added by an implicit conversion from ComponentDefinition toArrowAssoc[ComponentDefinition] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.