Reader

org.typelevel.otel4s.sdk.autoconfigure.Config.Reader
See theReader companion object
trait Reader[A]

Decodes a string value as A.

Type parameters

A

the type of a value

Attributes

Companion
object
Source
Config.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def read(key: String, properties: Map[String, String]): Either[ConfigurationError, Option[A]]

Attributes

Source
Config.scala