Packages

class OverEngine[Ctx, Val] extends AbstractBehavior[OverActions]

A Engine Actor managing distribution of operations and top-level state

Linear Supertypes
AbstractBehavior[OverActions], ExtensibleBehavior[OverActions], Behavior[OverActions], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OverEngine
  2. AbstractBehavior
  3. ExtensibleBehavior
  4. Behavior
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OverEngine(protocol: OverWebsocket, config: SchemaConfig[Ctx, Val], context: ActorContext[OverActions])

    protocol

    The GraphQL Subscription Sub Protocol used.

    config

    The Schema Configuration.

    context

    The Actor Context for the Abstract Behavior.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. val config: SchemaConfig[Ctx, Val]
  7. val context: ActorContext[OverActions]
    Definition Classes
    OverEngine → AbstractBehavior
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def narrow[U <: OverActions]: Behavior[U]
    Definition Classes
    Behavior
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. def onMessage(msg: OverActions): Behavior[OverActions]
    Definition Classes
    OverEngine → AbstractBehavior
  18. def onSignal: PartialFunction[Signal, Behavior[OverActions]]
    Definition Classes
    AbstractBehavior
    Annotations
    @throws(classOf[java.lang.Exception])
  19. val protocol: OverWebsocket
  20. final def receive(ctx: TypedActorContext[OverActions], msg: OverActions): Behavior[OverActions]
    Definition Classes
    AbstractBehavior → ExtensibleBehavior
    Annotations
    @throws(classOf[java.lang.Exception])
  21. final def receiveSignal(ctx: TypedActorContext[OverActions], msg: Signal): Behavior[OverActions]
    Definition Classes
    AbstractBehavior → ExtensibleBehavior
    Annotations
    @throws(classOf[java.lang.Exception])
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AbstractBehavior[OverActions]

Inherited from ExtensibleBehavior[OverActions]

Inherited from Behavior[OverActions]

Inherited from AnyRef

Inherited from Any

Ungrouped