case class Parameters(gatewayUri: Uri, settings: GatewaySettings, events: Events, context: ActorContext[Command], timers: TimerScheduler[Command], log: Logger) extends Product with Serializable
- Source
- DiscordShard.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parameters
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Parameters(gatewayUri: Uri, settings: GatewaySettings, events: Events, context: ActorContext[Command], timers: TimerScheduler[Command], log: Logger)
Value Members
- val context: ActorContext[Command]
- val events: Events
- val gatewayUri: Uri
- val log: Logger
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val settings: GatewaySettings
- val timers: TimerScheduler[Command]