Package

knobs

Permalink

package knobs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. knobs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ChangeHandler[F[_]] = (Name, Option[CfgValue]) ⇒ F[Unit]

    Permalink
  2. type Env = Map[Name, CfgValue]

    Permalink
  3. type KnobsResource = Worth[ResourceBox]

    Permalink
  4. type Name = String

    Permalink
  5. type Path = String

    Permalink
  6. case class ZNode(client: CuratorFramework, path: Path) extends Product with Serializable

    Permalink

    A ZNode contains a path to a node in the ZooKeeper tree provided by the given client.

    A ZNode contains a path to a node in the ZooKeeper tree provided by the given client. The client is assumed to be started. Knobs does not do any kind of managing of ZooKeeper connections.

Value Members

  1. object ZooKeeper

    Permalink
  2. def load[F[_]](files: List[KnobsResource], pool: ExecutionContext)(implicit arg0: Effect[F]): F[MutableConfig[F]]

    Permalink
  3. def loadGroups[F[_]](files: List[(Name, KnobsResource)], pool: ExecutionContext)(implicit arg0: Effect[F]): F[MutableConfig[F]]

    Permalink
  4. def loadImmutable[F[_]](files: List[KnobsResource], pool: ExecutionContext)(implicit arg0: Effect[F]): F[Config]

    Permalink
  5. def recursiveImports[F[_], R](path: R, d: List[Directive])(implicit arg0: Sync[F], arg1: Resource[R]): F[List[R]]

    Permalink

Deprecated Value Members

  1. def importsOf[R](path: R, d: List[Directive])(implicit arg0: Resource[R]): List[KnobsResource]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 4.0.31) Does not support interpolation of environment variables

  2. def resolveImports[R](path: R, d: List[Directive])(implicit arg0: Resource[R]): List[R]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 4.0.31) Does not support interpolation of environment variables

Inherited from AnyRef

Inherited from Any

Ungrouped