class DiscordClientActor extends AbstractBehavior[Command]
- Source
- DiscordClientActor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiscordClientActor
- AbstractBehavior
- ExtensibleBehavior
- Behavior
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DiscordClientActor(maxRequestsPerSecond: Int, counter404s: Boolean, ctx: ActorContext[Command], shardBehaviors: (Events) => Seq[Behavior[Command]], cacheSettings: CacheSettings)
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
- 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 context: ActorContext[Command]
- Attributes
- protected
- Definition Classes
- AbstractBehavior
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val events: Events
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def login(): Unit
- def logout(timeout: FiniteDuration): Future[Boolean]
- val musicManager: ActorRef[Command]
- final def narrow[U <: Command]: Behavior[U]
- Definition Classes
- Behavior
- 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 onMessage(msg: Command): Behavior[Command]
- Definition Classes
- DiscordClientActor → AbstractBehavior
- def onSignal: PartialFunction[Signal, Behavior[Command]]
- Definition Classes
- AbstractBehavior
- Annotations
- @throws(classOf[java.lang.Exception])
- val rateLimiter: ActorRef[Command]
- final def receive(ctx: TypedActorContext[Command], msg: Command): Behavior[Command]
- Definition Classes
- AbstractBehavior → ExtensibleBehavior
- Annotations
- @throws(classOf[java.lang.Exception])
- final def receiveSignal(ctx: TypedActorContext[Command], msg: Signal): Behavior[Command]
- Definition Classes
- AbstractBehavior → ExtensibleBehavior
- Annotations
- @throws(classOf[java.lang.Exception])
- var shardShutdownManager: ActorRef[StopShard.type]
- var shards: Seq[ActorRef[Command]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val system: ActorSystem[Nothing]
- 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])