Class/Object

zio

RuntimeConfig

Related Docs: object RuntimeConfig | package zio

Permalink

final case class RuntimeConfig(blockingExecutor: Executor, executor: Executor, fatal: (Throwable) ⇒ Boolean, reportFatal: (Throwable) ⇒ Nothing, supervisor: Supervisor[Any], logger: ZLogger[String, Any], runtimeConfigFlags: RuntimeConfigFlags) extends Product with Serializable

A RuntimeConfig provides the minimum capabilities necessary to bootstrap execution of ZIO tasks.

Self Type
RuntimeConfig
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RuntimeConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RuntimeConfig(blockingExecutor: Executor, executor: Executor, fatal: (Throwable) ⇒ Boolean, reportFatal: (Throwable) ⇒ Nothing, supervisor: Supervisor[Any], logger: ZLogger[String, Any], runtimeConfigFlags: RuntimeConfigFlags)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def @@(aspect: RuntimeConfigAspect): RuntimeConfig

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val blockingExecutor: Executor

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val executor: Executor

    Permalink
  10. val fatal: (Throwable) ⇒ Boolean

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val logger: ZLogger[String, Any]

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val reportFatal: (Throwable) ⇒ Nothing

    Permalink
  19. val runtimeConfigFlags: RuntimeConfigFlags

    Permalink
  20. val supervisor: Supervisor[Any]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def withBlockingExecutor(e: Executor): RuntimeConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Use RuntimeConfig#copy instead) 2.0.0

  2. def withExecutor(e: Executor): RuntimeConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Use RuntimeConfig#copy instead) 2.0.0

  3. def withFatal(f: (Throwable) ⇒ Boolean): RuntimeConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Use RuntimeConfig#copy instead) 2.0.0

  4. def withReportFatal(f: (Throwable) ⇒ Nothing): RuntimeConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Use RuntimeConfig#copy instead) 2.0.0

  5. def withSupervisor(s0: Supervisor[Any]): RuntimeConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Use RuntimeConfig#copy instead) 2.0.0

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped