DebugActorOptions

data class DebugActorOptions(    val maxErrors: Int,     val env: IEnvVars,     val profileStore: ProfileStore)

Constructors

Link copied to clipboard
fun DebugActorOptions(    maxErrors: Int,     env: IEnvVars,     profileStore: ProfileStore)

Properties

Link copied to clipboard
val env: IEnvVars
Link copied to clipboard
val maxErrors: Int
Link copied to clipboard
val profileStore: ProfileStore