object Evolver extends Singleton
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Evolver
- Singleton
- SingletonT
- ComponentT
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait BaseComponent extends akka.components.ClusterComponent.Singleton.SingletonBaseComponentT
- Definition Classes
- Singleton
- sealed trait Command extends AnyRef
- class Component extends BaseComponent
- sealed trait SerializableCommand extends Command
- type Wiring = SingletonComponent[Evolver.this.type]
- Definition Classes
- SingletonT → ComponentT
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
- val additionalSerializers: Seq[CirceSerializer[_]]
- Definition Classes
- ComponentT
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val clusterSingletonSettings: (ClusterSingletonSettings) => ClusterSingletonSettings
- Definition Classes
- SingletonT
- val commandSerializer: CirceSerializer[SerializableCommand]
- Definition Classes
- Evolver → ComponentT
- implicit val componentCodePositionMaterializer: CodePositionMaterializer
- Definition Classes
- Singleton → ComponentT
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def init(_innerComponent: => BaseComponent)(implicit actorSystem: => ActorSystem[_]): SingletonComponent[Evolver.this.type]
- Definition Classes
- SingletonT → ComponentT
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logContext: CustomContext
- Definition Classes
- ComponentT
- val name: String
- Definition Classes
- Evolver → ComponentT
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def serializers: Seq[CirceSerializer[_]]
- Definition Classes
- ComponentT
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- object Command
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated