IsReloadable

zio.IsReloadable$
See theIsReloadable companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[Service](implicit isReloadable: IsReloadable[Service]): IsReloadable[Service]

Givens

Experimental givens

inline given derived[A]: IsReloadable[A]

Generates a proxy instance of the specified service.

Generates a proxy instance of the specified service.

Type parameters

A

The type of the service.

Value parameters

service

The zio.ScopedRef containing the service for which a proxy is to be generated.

Attributes

Returns

A proxy instance of the service that forwards ZIO method calls to the underlying service and allows the service to change its behavior at runtime.

Experimental
true
Inherited from:
IsReloadableVersionSpecific