Package

com.github.gekomad.hotreload

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait DynamicConf[A] extends AnyRef

    Permalink
  2. case class HotReload[A](mutable: Boolean, conf: A, filePath: String)(implicit evidence$1: ConcreteValue[A]) extends DynamicConf[A] with Product with Serializable

    Permalink

    Creates a HotReload

    Creates a HotReload

    mutable

    if false creates an immutable config

    conf

    the conf case class

    filePath

    the conf file

    Since

    0.1.0

    See also

    See https://github.com/gekomad/hot-reload/blob/master/README.md for more information

    See test code for more information

Value Members

  1. object HotReload extends Serializable

    Permalink

Ungrouped