File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).
7
7
8
8
1 . [ Overview] ( #overview )
9
9
2 . [ Getting Started] ( #getting-started )
10
+ - [ Deploy] ( #deploy )
10
11
3 . [ Advanced Use Cases] ( #advanced-use-cases )
11
12
- [ Dependency Injection] ( #dependency-injection )
12
13
- [ Types of Actors] ( #types-of-actors )
@@ -17,16 +18,16 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).
17
18
- [ Forward] ( #forward )
18
19
- [ Pipe] ( #pipe )
19
20
- [ State Management] ( #state-management )
20
- 5 . [ Using Actors] ( #using-actors )
21
+ 4 . [ Using Actors] ( #using-actors )
21
22
- [ Call Named Actors] ( #call-named-actors )
22
23
- [ Call Unnamed Actors] ( #call-unnamed-actors )
23
24
- [ Async] ( #async )
24
25
- [ Timeouts] ( #timeouts )
25
- 6 . [ Deploy] ( #deploy )
26
+ 5 . [ Deploy] ( #deploy )
26
27
- [ Defining an ActorSystem] ( #defining-an-actorsystem )
27
28
- [ Defining an ActorHost] ( #defining-an-actorhost )
28
29
- [ Activators] ( #activators )
29
- 7 . [ Actor Model] ( #actor-model )
30
+ 6 . [ Actor Model] ( #actor-model )
30
31
- [ Virtual Actors] ( #virtual-actors )
31
32
32
33
@@ -602,6 +603,10 @@ mvn compile jib:build
602
603
603
604
And this is it to start! Now that you know the basics of local development, we can go a little further.
604
605
606
+ ### Deploy
607
+
608
+ Please see main documentation [ page] ( https://github.com/eigr/spawn/blob/main/docs/getting_started.md ) .
609
+
605
610
## Advanced Use Cases
606
611
607
612
Spawn Actors abstract a huge amount of developer infrastructure and can be used for many types of jobs.
You can’t perform that action at this time.
0 commit comments