SimulationConfig

camundala.simulation.SimulationConfig
case class SimulationConfig[B](tenantId: Option[String], maxCount: Int, endpoint: String, authHeader: B => B, logLevel: LogLevel)

Type parameters

B

Builder for Authentication and preRequest

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withAuthHeader(authHeader: B => B): SimulationConfig[B]
def withMaxCount(maxCount: Int): SimulationConfig[B]
def withPort(port: Int): SimulationConfig[B]
def withTenantId(tenantId: String): SimulationConfig[B]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val tenantPath: String