C7BasicAuthClient

orchescala.engine.c7.C7BasicAuthClient
trait C7BasicAuthClient extends C7Client

C7 client with basic authentication

Attributes

Graph
Supertypes
trait C7Client
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

protected def camundaRestUrl: String
protected def password: String
protected def username: String

Concrete fields

lazy val client: ZIO[SharedC7ClientManager, EngineError, ApiClient]