zio.IsReloadableVersionSpecific
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
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