zio.macros

package zio.macros

Members list

Type members

Classlikes

final implicit class ReloadableSyntax[Service](layer: ZLayer[Any, Any, Service]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

A ServiceReloader is a "registry" of services, allowing services to be reloaded dynamically. You can create a reloadable version of your service by using the reloadable operator on ZLayer. Then just call ServiceLoader.reload to reload the service.

A ServiceReloader is a "registry" of services, allowing services to be reloaded dynamically. You can create a reloadable version of your service by using the reloadable operator on ZLayer. Then just call ServiceLoader.reload to reload the service.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

final implicit def ReloadableSyntax[Service](layer: ZLayer[Any, Any, Service]): ReloadableSyntax[Service]