works.iterative.pekko

Members list

Type members

Classlikes

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]
case class PekkoActorSystem(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 PekkoConfig(timeout: Timeout = ...)

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class PekkoZioJsonSerializer[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
class ProjectionHandler[E, J](dbConfig: DatabaseConfig[MySQLProfile], processor: ViewProcessor[E], transform: J => E)(using runtime: Runtime[Any]) extends SlickHandler[EventEnvelope[J]]

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