orchescala.engine
package orchescala.engine
Members list
Packages
package orchescala.engine.domain
package orchescala.engine.inOut
package orchescala.engine.json
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
sealed trait EngineError extends Throwable
Attributes
- Companion
- object
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class DecodingErrorclass DmnErrorclass EncodingErrorclass MappingErrorclass ProcessErrorclass ServiceErrorclass UnexpectedErrorclass WorkerErrorShow all
object EngineError
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EngineError.type
object EngineRuntime
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EngineRuntime.type
trait ProcessEngine
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
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