object DiscordClientActor
- Source
- DiscordClientActor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiscordClientActor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Command extends AnyRef
- case class GetMusicManager(replyTo: ActorRef[GetMusicManagerReply]) extends Command with Product with Serializable
- case class GetMusicManagerReply(musicManager: ActorRef[MusicManager.Command]) extends Product with Serializable
- case class GetRatelimiterAndEvents(replyTo: ActorRef[GetRatelimiterAndEventsReply]) extends Command with Product with Serializable
- case class GetRatelimiterAndEventsReply(ratelimiter: ActorRef[requests.RatelimiterActor.Command], events: Events) extends Product with Serializable
- case class GetShards(replyTo: ActorRef[GetShardsReply]) extends Command with Product with Serializable
- case class GetShardsReply(shards: Seq[ActorRef[DiscordShard.Command]]) extends Product with Serializable
- case class Logout(timeout: FiniteDuration, replyTo: ActorRef[LogoutReply]) extends Command with Product with Serializable
- case class LogoutReply(done: Future[Boolean]) extends Product with Serializable