orchescala.engine
package orchescala.engine
Members list
Type members
Classlikes
Authentication context that can be passed through the service layer.
Authentication context that can be passed through the service layer.
This allows passing authentication tokens from the HTTP layer down to the engine clients without modifying all service method signatures.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AuthContext
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AuthContext.type
trait EngineApp
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
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
Value members
Concrete methods
In this article