works.iterative.akka

Members list

Type members

Classlikes

case class AkkaActorSystem(system: ActorSystem[_])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class AkkaConfig(timeout: Timeout = ...)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AkkaConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
AkkaConfig.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class AkkaZioJsonSerializer[T <: AnyRef](val identifier: Int, manifestDiscriminator: T => String)(using x$3: JsonCodec[T])(using ct: ClassTag[T]) extends SerializerWithStringManifest

Attributes

Supertypes
class SerializerWithStringManifest
trait Serializer
class Object
trait Matchable
class Any
Known subtypes
sealed abstract class CommandHandlerException(msg: String, cause: Option[Throwable] = ...) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class CommandNotAvailable[C, S]
class CommandRejected[C, S]
case class CommandNotAvailable[C, S](cmd: C, state: S) extends CommandHandlerException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class CommandRejected[C, S](reason: String, cmd: C, state: S) extends CommandHandlerException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class EventHandlerException(msg: String, cause: Option[Throwable] = ...) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class UnhandledEvent[Event, State]
class ProjectionHandler[E, J](dbConfig: DatabaseConfig[MySQLProfile], processor: ViewProcessor[E], transform: J => E)(using runtime: Runtime[Any]) extends SlickHandler

Attributes

Supertypes
trait SlickHandler[EventEnvelope[J]]
trait HandlerLifecycle
class Object
trait Matchable
class Any
case class UnhandledEvent[Event, State](event: Event, state: State) extends EventHandlerException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all