Skip to content

allow ability to inject constructor arguments when registering actor classes #977

Open
@hadeed85

Description

@hadeed85

actorRuntime.registerActor(SomeEntity.class); doesn't allow you to inject constructor arguments inside SomeEntity. Using
getDeclaredConstructor().newInstance() or similar approach we should be able to allow constructor arguments whilst registering actor classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions