Package

no.nextgentel.oss.akkatools

persistence

Permalink

package persistence

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ActorWithDMSupport extends Actor with DiagnosticActorLogging

    Permalink
  2. trait BeforeAndAfterEventAndCommand[E] extends DiagnosticActorLogging

    Permalink
  3. case class DurableMessage(deliveryId: Long, payload: AnyRef, sender: String, confirmationRoutingInfo: AnyRef) extends JacksonJsonSerializable with Product with Serializable

    Permalink
  4. class DurableMessageForwardAndConfirm extends Actor with ActorLogging

    Permalink
  5. case class DurableMessageReceived(deliveryId: Long, confirmationRoutingInfo: Option[AnyRef]) extends JacksonJsonSerializable with Product with Serializable

    Permalink
  6. abstract class EnhancedPersistentActor[E, Ex <: Exception] extends Actor with PersistentActor with AtLeastOnceDelivery with DiagnosticActorLogging with BeforeAndAfterEventAndCommand[E] with MdcSupport[E]

    Permalink
  7. abstract class EnhancedPersistentJavaActor[Ex <: Exception] extends EnhancedPersistentActor[AnyRef, Ex] with EnhancedPersistentJavaActorLike

    Permalink
  8. trait EnhancedPersistentJavaActorLike extends AnyRef

    Permalink
  9. abstract class EnhancedPersistentShardingActor[E, Ex <: Exception] extends EnhancedPersistentActor[E, Ex]

    Permalink
  10. abstract class EnhancedPersistentShardingJavaActor[Ex <: Exception] extends EnhancedPersistentShardingActor[AnyRef, Ex] with EnhancedPersistentJavaActorLike

    Permalink
  11. abstract class EnhancedPersistentView[E, S] extends PersistentView with ActorLogging

    Permalink
  12. case class EventAndState(eventType: String, event: AnyRef, state: AnyRef) extends Product with Serializable

    Permalink
  13. case class GetEventAndStateHistory() extends Product with Serializable

    Permalink
  14. case class GetState(dispatchId: Option[String]) extends AggregateCmd with Product with Serializable

    Permalink
  15. trait LogWarningAndSkipDMConfirm extends AnyRef

    Permalink
  16. class LogWarningAndSkipDMConfirmException extends RuntimeException with LogWarningAndSkipDMConfirm

    Permalink
  17. trait MdcSupport[E] extends BeforeAndAfterEventAndCommand[E]

    Permalink
  18. case class PersistentActorTimeout extends Product with Serializable

    Permalink
  19. case class SendAsDurableMessage(payload: AnyRef, destinationActor: ActorPath, confirmationRoutingInfo: AnyRef = null) extends Product with Serializable

    Permalink

Value Members

  1. object DurableMessage extends Serializable

    Permalink
  2. object DurableMessageForwardAndConfirm

    Permalink
  3. object DurableMessageReceived extends Serializable

    Permalink
  4. object EnhancedPersistentActor

    Permalink
  5. object GetState extends Serializable

    Permalink

Ungrouped