C7Client

orchescala.engine.c7.C7Client
See theC7Client companion trait
object C7Client

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
C7Client.type

Members list

Value members

Concrete methods

def resolveClient(c7Client: C7Client): ZIO[SharedC7ClientManager, Nothing, IO[EngineError, ApiClient]]

Helper to create an IO[EngineError, ApiClient] from a C7Client that can be used in engine services

Helper to create an IO[EngineError, ApiClient] from a C7Client that can be used in engine services

Attributes