blended

updater

package updater

Visibility
  1. Public
  2. All

Type Members

  1. class ArtifactDownloader extends Actor with ActorLogging

  2. trait ProfileActivator extends AnyRef

  3. class Unpacker extends Actor with ActorLogging

    Blocking unpacker for ZIP files.

  4. class Updater extends Actor with ActorLogging

  5. case class UpdaterConfig(artifactDownloaderPoolSize: Int, artifactCheckerPoolSize: Int, unpackerPoolSize: Int, autoStagingDelayMSec: Long, autoStagingIntervalMSec: Long, serviceInfoIntervalMSec: Long, serviceInfoLifetimeMSec: Long) extends Product with Serializable

    Configuration for [Updater] actor.

Value Members

  1. object ArtifactDownloader

  2. object Unpacker

  3. object Updater

  4. object UpdaterConfig extends Serializable

  5. package internal

Ungrouped