Apache Pekko 2.0.0-M3+222-b197663b-SNAPSHOT - org.apache.pekko.remote.testconductor.Player Apache Pekko2.0.0-M3+222-b197663b-SNAPSHOT < Back  Packages  package root Definition Classesroot  package org Definition Classesroot  package apache Definition Classesorg  package pekko Definition Classesapache  package remote Definition Classespekko  package testconductor Definition Classesremote Conductor Player RoleName TestConductor TestConductorExt TestConductorProtocol t org.apache.pekko.remote.testconductorPlayer Companion object Player trait Player extends AnyRef The Player is the client component of the pekko.remote.testconductor.TestConductorExt extension. It registers with the pekko.remote.testconductor.Conductor’s Controller in order to participate in barriers and enable network failure injection. Self TypeTestConductorExtSourcePlayer.scala Linear Supertypes AnyRef, Any Known Subclasses TestConductorExt Type Hierarchy  Ordering Alphabetic By Inheritance Inherited Player AnyRef Any Implicitly by any2stringadd by StringFormat by Ensuring by ArrowAssoc Hide All Show All Visibility Public Protected Value Members  final def !=(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def ##: Int Definition ClassesAnyRef → Any  def +(other: String): String ImplicitThis member is added by an implicit conversion from Player toany2stringadd[Player] performed by method any2stringadd in scala.Predef.Definition Classesany2stringadd  def ->[B](y: B): (Player, B) ImplicitThis member is added by an implicit conversion from Player toArrowAssoc[Player] performed by method ArrowAssoc in scala.Predef.Definition ClassesArrowAssocAnnotations@inline()  final def ==(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def asInstanceOf[T0]: T0 Definition ClassesAny  def clone(): AnyRef Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()  def ensuring(cond: (Player) => Boolean, msg: => Any): Player ImplicitThis member is added by an implicit conversion from Player toEnsuring[Player] performed by method Ensuring in scala.Predef.Definition ClassesEnsuring  def ensuring(cond: (Player) => Boolean): Player ImplicitThis member is added by an implicit conversion from Player toEnsuring[Player] performed by method Ensuring in scala.Predef.Definition ClassesEnsuring  def ensuring(cond: Boolean, msg: => Any): Player ImplicitThis member is added by an implicit conversion from Player toEnsuring[Player] performed by method Ensuring in scala.Predef.Definition ClassesEnsuring  def ensuring(cond: Boolean): Player ImplicitThis member is added by an implicit conversion from Player toEnsuring[Player] performed by method Ensuring in scala.Predef.Definition ClassesEnsuring  def enter(timeout: Timeout, name: Seq[String]): Unit Enter the named barriers, one after the other, in the order given. Enter the named barriers, one after the other, in the order given. Will throw an exception in case of timeouts or other errors.  def enter(name: String*): Unit Enter the named barriers, one after the other, in the order given. Enter the named barriers, one after the other, in the order given. Will throw an exception in case of timeouts or other errors.  final def eq(arg0: AnyRef): Boolean Definition ClassesAnyRef  def equals(arg0: AnyRef): Boolean Definition ClassesAnyRef → Any  def getAddressFor(name: RoleName): Future[Address] Query remote transport address of named node.  final def getClass(): Class[_ <: AnyRef] Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  def hashCode(): Int Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  final def isInstanceOf[T0]: Boolean Definition ClassesAny  final def ne(arg0: AnyRef): Boolean Definition ClassesAnyRef  final def notify(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  final def notifyAll(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  def startClient(name: RoleName, controllerAddr: InetSocketAddress): Future[Done] Connect to the conductor on the given port (the host is taken from setting pekko.testconductor.host). Connect to the conductor on the given port (the host is taken from setting pekko.testconductor.host). The connection is made asynchronously, but you should await completion of the returned Future because that implies that all expected participants of this test have successfully connected (i.e. this is a first barrier in itself). The number of expected participants is set in pekko.remote.testconductor.Conductor.startController().  final def synchronized[T0](arg0: => T0): T0 Definition ClassesAnyRef  def toString(): String Definition ClassesAnyRef → Any  final def wait(arg0: Long, arg1: Int): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException])  final def wait(arg0: Long): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) @native()  final def wait(): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) Deprecated Value Members  def finalize(): Unit Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.Throwable]) @Deprecated Deprecated (Since version 9)  def formatted(fmtstr: String): String ImplicitThis member is added by an implicit conversion from Player toStringFormat[Player] performed by method StringFormat in scala.Predef.Definition ClassesStringFormatAnnotations@deprecated @inline() Deprecated (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.  def →[B](y: B): (Player, B) ImplicitThis member is added by an implicit conversion from Player toArrowAssoc[Player] performed by method ArrowAssoc in scala.Predef.Definition ClassesArrowAssocAnnotations@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. Inherited from AnyRef Inherited from Any Inherited by implicit conversion any2stringadd fromPlayer to any2stringadd[Player] Inherited by implicit conversion StringFormat fromPlayer to StringFormat[Player] Inherited by implicit conversion Ensuring fromPlayer to Ensuring[Player] Inherited by implicit conversion ArrowAssoc fromPlayer to ArrowAssoc[Player] Ungrouped