package impl
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AbstractTestKitContext extends Context with InternalContext
- final class ActionResultImpl[T] extends ActionResult[T]
- abstract class EventSourcedEntityEffectsRunner[S] extends AnyRef
Extended by generated code, not meant for user extension
- final class EventSourcedResultImpl[R, S] extends EventSourcedResult[R]
INTERNAL API Used by the generated testkit
- final class TestKitActionContext extends AbstractTestKitContext with ActionContext with ActionCreationContext
INTERNAL API Used by the generated testkit
- final case class TestKitDeferredCall[I, O](deferredCall: GrpcDeferredCall[I, O]) extends DeferredCallDetails[I, O] with Product with Serializable
- final class TestKitEventSourcedEntityCommandContext extends CommandContext with InternalContext
INTERNAL API Used by the generated testkit
- final class TestKitEventSourcedEntityContext extends AbstractTestKitContext with EventSourcedEntityContext
INTERNAL API Used by the generated testkit
- final class TestKitEventSourcedEntityEventContext extends EventContext
INTERNAL API Used by the generated testkit
- final class TestKitValueEntityCommandContext extends AbstractTestKitContext with ValueEntityContext with CommandContext
INTERNAL API Used by the generated testkit
- final class TestKitValueEntityContext extends AbstractTestKitContext with ValueEntityContext
INTERNAL API Used by the generated testkit
- final class ValueEntityResultImpl[R] extends ValueEntityResult[R]
INTERNAL API Used by the generated testkit
Value Members
- object EventSourcedResultImpl
INTERNAL API