ZActivityImplementationObject

zio.temporal.activity.ZActivityImplementationObject$
See theZActivityImplementationObject companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[T <: AnyRef : ExtendsActivity](value: T): ZActivityImplementationObject[T]

Constructs the wrapper.

Constructs the wrapper.

Type parameters

T

activity type.

Value parameters

value

the correct activity implementation object

Attributes

Returns

ZActivityImplementationObject

def layer[R, E, T <: AnyRef : Tag](value: ZLayer[R, E, T]): ZLayer[R, E, ZActivityImplementationObject[T]]

Constructs the wrapper from a ZLayer

Constructs the wrapper from a ZLayer

Attributes

def service[T <: AnyRef : Tag]: URIO[T, ZActivityImplementationObject[T]]

Constructs the wrapper from an ZIO environment

Constructs the wrapper from an ZIO environment

Attributes