Packages

p

blended

updater

package updater

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. class ProfileFsHelper extends AnyRef
  2. case class StatefulLocalProfile(config: LocalProfile, state: ProfileState) extends Product with Serializable
  3. class Updater extends Actor with ActorLogging
  4. case class UpdaterConfig(serviceInfoIntervalMSec: Long, serviceInfoLifetimeMSec: Long) extends Product with Serializable

    Configuration for [Updater] actor.

    Configuration for [Updater] actor.

    serviceInfoIntervalMSec

    Interval in milliseconds to publish a ServiceInfo message to the Akka event stream. An value of zero (0) or below indicates that no such information should be published.

    serviceInfoLifetimeMSec

    The lifetime a serviceInfo message should be valid.

Value Members

  1. object ProfileFsHelper extends ProfileFsHelper
  2. object StatefulLocalProfile extends Serializable
  3. object Updater
  4. object UpdaterConfig extends Serializable

Ungrouped