EntityNameProvider
Type to start searching
    endless4s/endless
    endless4s/endless
    • Getting Started
    • In a nutshell
    • Abstractions
      • Sharding
      • Entity
      • Durable entity
      • EventApplier
      • CommandProtocol
      • CommandSender
      • Side-effect
      • Effector
      • EntityNameProvider
      • EntityIDCodec
      • Deployer
    • Pekko and Akka runtimes
    • Example app
    • Transactions
    • Reference
    • Inspiration

    EntityNameProvider

    trait EntityNameProvider[ID] extends (() => String)
    

    EntityNameProvider simply provides the name (type name, or kind) of the entity, for a specific entity ID type. This maps to Akka/Pekko’s EntityTypeKey.name

    Edit this page
    0.31.0
    Previous Effector
    Next EntityIDCodec
    Powered by Paradox and Paradox Material Theme