works.iterative.akka
package works.iterative.akka
Members list
Packages
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AkkaActorSystem
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AkkaActorSystem.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AkkaConfig
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AkkaConfig.type
object AkkaProjectionSupport
Attributes
- Supertypes
-
class Objecttrait Matchableclass 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 SerializerWithStringManifesttrait Serializerclass Objecttrait Matchableclass Any
- Known subtypes
sealed abstract class CommandHandlerException(msg: String, cause: Option[Throwable] = ...) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
case class CommandNotAvailable[C, S](cmd: C, state: S) extends CommandHandlerException
Attributes
- Supertypes
-
trait Producttrait Equalsclass CommandHandlerExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class CommandRejected[C, S](reason: String, cmd: C, state: S) extends CommandHandlerException
Attributes
- Supertypes
-
trait Producttrait Equalsclass CommandHandlerExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
sealed abstract class EventHandlerException(msg: String, cause: Option[Throwable] = ...) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
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 HandlerLifecycleclass Objecttrait Matchableclass Any
case class UnhandledEvent[Event, State](event: Event, state: State) extends EventHandlerException
Attributes
- Supertypes
-
trait Producttrait Equalsclass EventHandlerExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article