ZActivityRunOptions

zio.temporal.activity.ZActivityRunOptions
See theZActivityRunOptions companion object
class ZActivityRunOptions[+R](val runtime: Runtime[R], val activityCompletionClientOpt: Option[ActivityCompletionClient])

Represents options required to run the effects in the activity implementation

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val runtime: Runtime[R]