package updater
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ProfileFsHelper extends AnyRef
- case class StatefulLocalProfile(config: LocalProfile, state: ProfileState) extends Product with Serializable
- class Updater extends Actor with ActorLogging
- 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
- object ProfileFsHelper extends ProfileFsHelper
- object StatefulLocalProfile extends Serializable
- object Updater
- object UpdaterConfig extends Serializable