SimulationConfig

case class SimulationConfig(tenantId: Option[String], maxCount: Int, userAtOnce: Int, executionCount: Int, preRequests: Seq[() => ChainBuilder], endpoint: String, authHeader: HttpRequestBuilder => HttpRequestBuilder)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withAuthHeader(authHeader: HttpRequestBuilder => HttpRequestBuilder): SimulationConfig
def withExecutionCount(executionCount: Int): SimulationConfig
def withMaxCount(maxCount: Int): SimulationConfig
def withPort(port: Int): SimulationConfig
def withPreRequest(preRequest: () => ChainBuilder): SimulationConfig
def withTenantId(tenantId: String): SimulationConfig
def withTenantId(userAtOnce: Int): SimulationConfig
def withUserAtOnce(userAtOnce: Int): SimulationConfig

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product