c

kalix.scalasdk.testkit.impl

TestKitEventSourcedEntityCommandContext

final class TestKitEventSourcedEntityCommandContext extends CommandContext with InternalContext

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestKitEventSourcedEntityCommandContext
  2. InternalContext
  3. CommandContext
  4. MetadataContext
  5. EventSourcedEntityContext
  6. EntityContext
  7. Context
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestKitEventSourcedEntityCommandContext(entityId: String = "stubEntityId", commandId: Long = 0L, commandName: String = "stubCommandName", sequenceNumber: Long = 0L, metadata: Metadata = Metadata.empty)

Value Members

  1. val commandId: Long
    Definition Classes
    TestKitEventSourcedEntityCommandContext → CommandContext
  2. val commandName: String
    Definition Classes
    TestKitEventSourcedEntityCommandContext → CommandContext
  3. def componentCallMetadata: MetadataImpl
    Definition Classes
    InternalContext
  4. val entityId: String
    Definition Classes
    TestKitEventSourcedEntityCommandContext → EntityContext
  5. def getComponentGrpcClient[T](serviceClass: Class[T]): T
    Definition Classes
    TestKitEventSourcedEntityCommandContext → InternalContext
  6. def materializer(): Materializer
    Definition Classes
    TestKitEventSourcedEntityCommandContext → Context
  7. val metadata: Metadata
    Definition Classes
    TestKitEventSourcedEntityCommandContext → MetadataContext
  8. val sequenceNumber: Long
    Definition Classes
    TestKitEventSourcedEntityCommandContext → CommandContext