Getting Started tutorial improvements (#23210)
This commit is contained in:
parent
d87cf4aec4
commit
f38b928e13
67 changed files with 1451 additions and 1507 deletions
|
|
@ -3,6 +3,8 @@
|
|||
*/
|
||||
package jdocs.tutorial_4;
|
||||
|
||||
//#device-with-register
|
||||
|
||||
import akka.actor.AbstractActor;
|
||||
import akka.actor.Props;
|
||||
import akka.event.Logging;
|
||||
|
|
@ -101,3 +103,4 @@ public class Device extends AbstractActor {
|
|||
.build();
|
||||
}
|
||||
}
|
||||
//#device-with-register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue