EntityNameProvider
Type to start searching
    endless4s/endless
    endless4s/endless
    • Getting Started
    • In a nutshell
    • Abstractions
      • Repository
      • Entity
      • EventApplier
      • CommandProtocol
      • CommandRouter
      • Effector
      • EntityNameProvider
      • EntityIDCodec
    • Akka runtime
    • Example app
    • Reference
    • Inspiration
    • Questions & answers

    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’s EntityTypeKey.name

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