p

eventbox

events

package events

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Event extends AnyRef
  2. case class EventCtx (id: UUID = UUID.randomUUID(), parentId: Option[UUID] = None, originalId: Option[UUID] = None) extends Product with Serializable
  3. case class EventDone (event: Event, maybeResponse: EventResponse) extends Product with Serializable
  4. case class EventError (t: Throwable) extends EventResponse with Product with Serializable
  5. case class EventFinish (results: List[Any] = Nil, errors: List[EventError] = Nil) extends Product with Serializable
  6. trait EventResponse extends AnyRef
  7. case class EventSuccess (result: Any) extends EventResponse with Product with Serializable

Value Members

  1. object ActorJoin extends Product with Serializable

Ungrouped