Packages

case class Parameters(gatewayUri: Uri, settings: GatewaySettings, events: Events, context: ActorContext[Command], timers: TimerScheduler[Command], log: Logger) extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameters
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Parameters(gatewayUri: Uri, settings: GatewaySettings, events: Events, context: ActorContext[Command], timers: TimerScheduler[Command], log: Logger)

Value Members

  1. val context: ActorContext[Command]
  2. val events: Events
  3. val gatewayUri: Uri
  4. val log: Logger
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val settings: GatewaySettings
  7. val timers: TimerScheduler[Command]