class HelloComponent extends ComponentDefinition
- Alphabetic
- By Inheritance
- HelloComponent
- ComponentDefinition
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HelloComponent()
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 HelloComponent toany2stringadd[HelloComponent] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (HelloComponent, B)
- Implicit
- This member is added by an implicit conversion from HelloComponent toArrowAssoc[HelloComponent] 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: Request[_ <: AnyRef], arg1: Response): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def answer(arg0: Request[_ <: AnyRef]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def config(): Config
- Definition Classes
- ComponentDefinition
- 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
- final def create[T <: ComponentDefinition](arg0: Class[T], arg1: None, arg2: ConfigUpdate): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def create[T <: ComponentDefinition](arg0: Class[T], arg1: Init[T], arg2: ConfigUpdate): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def create[T <: ComponentDefinition](arg0: Class[T], arg1: None): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def create[T <: ComponentDefinition](arg0: Class[T], arg1: Init[T]): Component
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- 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: (HelloComponent) => Boolean, msg: => Any): HelloComponent
- Implicit
- This member is added by an implicit conversion from HelloComponent toEnsuring[HelloComponent] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (HelloComponent) => Boolean): HelloComponent
- Implicit
- This member is added by an implicit conversion from HelloComponent toEnsuring[HelloComponent] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): HelloComponent
- Implicit
- This member is added by an implicit conversion from HelloComponent toEnsuring[HelloComponent] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): HelloComponent
- Implicit
- This member is added by an implicit conversion from HelloComponent toEnsuring[HelloComponent] 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 HelloComponent toStringFormat[HelloComponent] 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 <: KompicsEvent, P <: PortType](arg0: Port[P], arg1: Class[E], arg2: Consumer[E]): 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 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
- 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[Kill]): Handler[Kill]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def onStart(arg0: Consumer[Start]): Handler[Start]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def onStop(arg0: Consumer[Stop]): Handler[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
- final def provides[P <: PortType](arg0: Class[P]): Negative[P]
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- 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[kompics]
- Definition Classes
- ComponentDefinition
- final def subscribe(arg0: MatchedHandler[_ <: AnyRef, _ <: AnyRef, _ <: AnyRef], arg1: Port[_ <: AnyRef]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def subscribe[E <: KompicsEvent, P <: PortType](arg0: Handler[E], arg1: 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
- final def trigger[P <: PortType](arg0: KompicsEvent, arg1: Port[P]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentDefinition
- final def unsubscribe[E <: KompicsEvent, P <: PortType](arg0: Handler[E], arg1: 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: 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): (HelloComponent, B)
- Implicit
- This member is added by an implicit conversion from HelloComponent toArrowAssoc[HelloComponent] 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.