Package

io.funcqrs.akka

backend

Permalink

package backend

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregateActorRef[A, C, E, I <: AggregateId](id: I, aggregateManagerActor: ActorRef, projectionMonitor: ActorRef, timeoutDuration: FiniteDuration = 5.seconds) extends AsyncAggregateRef[A, C, E] with AggregateAliases with Product with Serializable

    Permalink
  2. trait AkkaBackend extends Backend[Future]

    Permalink
  3. trait EventsFilter extends AnyRef

    Permalink
  4. case class Limit(count: Int) extends EventsFilter with Product with Serializable

    Permalink
  5. class ProjectionJoinException extends RuntimeException

    Permalink
  6. class ViewBoundedAggregateActorRef[A, C, E, I <: AggregateId] extends AggregateAliases

    Permalink

Value Members

  1. object All extends EventsFilter with Product with Serializable

    Permalink

Ungrouped