We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515c633 commit af06bd9Copy full SHA for af06bd9
README.md
@@ -556,11 +556,11 @@ import io.eigr.spawn.api.extensions.DependencyInjector;
556
import io.eigr.spawn.java.test.domain.Actor;
557
558
@StatefulNamedActor(name = "test_actor_constructor", stateType = Actor.State.class)
559
-public final class ActorWithDependencies {
+public final class Joe {
560
561
private final MessageService messageService;
562
563
- public ActorWithConstructor(DependencyInjector injector) {
+ public Joe(DependencyInjector injector) {
564
// Note how to use dependency injection here to get a concrete class of MessageService.
565
this.messageService = injector.getInstance(MessageService.class);
566
}
0 commit comments