Package

blended

updater

Permalink

package updater

Visibility
  1. Public
  2. All

Type Members

  1. class ArtifactDownloader extends Actor with ActorLogging

    Permalink
  2. trait ProfileActivator extends AnyRef

    Permalink
  3. class Unpacker extends Actor with ActorLogging

    Permalink

    Blocking unpacker for ZIP files.

  4. class Updater extends Actor with ActorLogging

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

    Permalink

    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 indicated that no such information should be published.

    serviceInfoLifetimeMSec

    The lifetime a serviceInfo message should be valid.

Value Members

  1. object ArtifactDownloader

    Permalink
  2. object Unpacker

    Permalink
  3. object Updater

    Permalink
  4. object UpdaterConfig extends Serializable

    Permalink
  5. package internal

    Permalink

Ungrouped