allow ability to inject constructor arguments when registering actor classes
- Lingua principale
- Java
- Stelle
- 300
- Fork
- 230
- Merge medio
- 5g 1h
- PR unite (30g)
- 5
Descrizione
`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.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start at actorRuntime.registerActor(SomeEntity.class) and trace the actor registration and reflection-based construction path. Determine how constructor arguments should be supplied and managed during actor creation, then verify that a registered SomeEntity can be instantiated with those arguments and that existing no-argument registration remains supported.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- backend, distributed-systems
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100