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
- val events: Events
- def login(): Unit
- def logout(timeout: FiniteDuration): Future[Boolean]
- val musicManager: ActorRef[Command]
- final def narrow[U <: Command]: Behavior[U]
- Definition Classes
- Behavior
- 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]]
- implicit val system: ActorSystem[Nothing]