orchescala.engine
package orchescala.engine
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EngineRuntime
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EngineRuntime.type
trait ProcessEngine
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ProcessEngine
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProcessEngine.type
Generic trait for managing shared clients to avoid creating new connections for each operation
Generic trait for managing shared clients to avoid creating new connections for each operation
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object SharedClientManager
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SharedClientManager.type
final case class SharedClientManagerLive[Client, Error](clientRef: Ref[Option[Client]], semaphore: Semaphore, clientTypeName: String) extends SharedClientManager[Client, Error]
Generic implementation of SharedClientManager using ZIO Ref and Semaphore
Generic implementation of SharedClientManager using ZIO Ref and Semaphore
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Slf4JLogger(delegateLogger: Logger) extends OrchescalaLogger
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait OrchescalaLoggerclass Objecttrait Matchableclass AnyShow all
object Slf4JLogger
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Slf4JLogger.type
In this article