Merge pull request #29861 from ennru/show-bom
docs: show BOM include in all dependency listings
This commit is contained in:
commit
20ac7278cd
87 changed files with 132 additions and 0 deletions
|
|
@ -7,11 +7,16 @@
|
||||||
To use Classic Actors, add the following dependency in your project:
|
To use Classic Actors, add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
artifact="akka-actor_$scala.binary.version$"
|
artifact="akka-actor_$scala.binary.version$"
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2="com.typesafe.akka"
|
||||||
|
artifact2="akka-testkit_$scala.binary.version$"
|
||||||
|
scope2=test
|
||||||
|
version2=AkkaVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
@@project-info{ projectId="akka-actor" }
|
@@project-info{ projectId="akka-actor" }
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka in OSGi, you must add the following dependency in your project:
|
To use Akka in OSGi, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ It is not advised to build new applications with Cluster Client, and existing us
|
||||||
To use Cluster Client, you must add the following dependency in your project:
|
To use Cluster Client, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Cluster Metrics Extension, you must add the following dependency in your project:
|
To use Cluster Metrics Extension, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ on other nodes in the cluster.
|
||||||
To use Cluster aware routers, you must add the following dependency in your project:
|
To use Cluster aware routers, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the full documentation of this feature and for new projects see @ref:[Cluste
|
||||||
To use Cluster Sharding, you must add the following dependency in your project:
|
To use Cluster Sharding, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the full documentation of this feature and for new projects see @ref:[Cluste
|
||||||
To use Cluster Singleton, you must add the following dependency in your project:
|
To use Cluster Singleton, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ recommendation if you don't have other preferences or constraints.
|
||||||
To use Akka Cluster add the following dependency in your project:
|
To use Akka Cluster add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ Akka Coordination is a set of tools for distributed coordination.
|
||||||
## Module info
|
## Module info
|
||||||
|
|
||||||
@@dependency[sbt,Gradle,Maven] {
|
@@dependency[sbt,Gradle,Maven] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ See @ref:[Migration hints](#migrating-from-akka-management-discovery-before-1-0-
|
||||||
## Module info
|
## Module info
|
||||||
|
|
||||||
@@dependency[sbt,Gradle,Maven] {
|
@@dependency[sbt,Gradle,Maven] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the full documentation of this feature and for new projects see @ref:[Dispat
|
||||||
Dispatchers are part of core Akka, which means that they are part of the akka-actor dependency:
|
Dispatchers are part of core Akka, which means that they are part of the akka-actor dependency:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the full documentation of this feature and for new projects see @ref:[Distri
|
||||||
To use Akka Distributed Data, you must add the following dependency in your project:
|
To use Akka Distributed Data, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the new API see @ref[Distributed Publish Subscribe in Cluster](./typed/distr
|
||||||
To use Distributed Publish Subscribe you must add the following dependency in your project:
|
To use Distributed Publish Subscribe you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the full documentation of this feature and for new projects see @ref:[fault
|
||||||
The concept of fault tolerance relates to actors, so in order to use these make sure to depend on actors:
|
The concept of fault tolerance relates to actors, so in order to use these make sure to depend on actors:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the documentation of the new API of this feature and for new projects see @r
|
||||||
To use Finite State Machine actors, you must add the following dependency in your project:
|
To use Finite State Machine actors, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
Akka offers tiny helpers for use with @scala[@scaladoc[Future](scala.concurrent.Future)s]@java[@javadoc[CompletionStage](java.util.concurrent.CompletionStage)]. These are part of Akka's core module:
|
Akka offers tiny helpers for use with @scala[@scaladoc[Future](scala.concurrent.Future)s]@java[@javadoc[CompletionStage](java.util.concurrent.CompletionStage)]. These are part of Akka's core module:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,16 @@
|
||||||
To use Classic Akka Actors, you must add the following dependency in your project:
|
To use Classic Akka Actors, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
artifact="akka-actor_$scala.binary.version$"
|
artifact="akka-actor_$scala.binary.version$"
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2="com.typesafe.akka"
|
||||||
|
artifact2="akka-testkit_$scala.binary.version$"
|
||||||
|
scope2=test
|
||||||
|
version2=AkkaVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
@@toc { depth=2 }
|
@@toc { depth=2 }
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,16 @@
|
||||||
To use Utilities, you must add the following dependency in your project:
|
To use Utilities, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
artifact="akka-actor_$scala.binary.version$"
|
artifact="akka-actor_$scala.binary.version$"
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2="com.typesafe.akka"
|
||||||
|
artifact2="akka-testkit_$scala.binary.version$"
|
||||||
|
scope2=test
|
||||||
|
version2=AkkaVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
@@toc { depth=2 }
|
@@toc { depth=2 }
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ project.description: Low level API for using TCP with classic actors.
|
||||||
To use TCP, you must add the following dependency in your project:
|
To use TCP, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ project.description: Low level API for using UDP with classic actors.
|
||||||
To use UDP, you must add the following dependency in your project:
|
To use UDP, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use I/O, you must add the following dependency in your project:
|
To use I/O, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the new API see @ref[Logging](typed/logging.md).
|
||||||
To use Logging, you must at least use the Akka actors dependency in your project, and will most likely want to configure logging via the SLF4J module (@ref:[see below](#slf4j)).
|
To use Logging, you must at least use the Akka actors dependency in your project, and will most likely want to configure logging via the SLF4J module (@ref:[see below](#slf4j)).
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
@ -340,6 +341,7 @@ Akka provides a logger for [SLF4J](http://www.slf4j.org/). This module is availa
|
||||||
It has a single dependency: the slf4j-api jar. In your runtime, you also need a SLF4J backend. We recommend [Logback](http://logback.qos.ch/):
|
It has a single dependency: the slf4j-api jar. In your runtime, you also need a SLF4J backend. We recommend [Logback](http://logback.qos.ch/):
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the full documentation of this feature and for new projects see @ref:[mailbo
|
||||||
To use Mailboxes, you must add the following dependency in your project:
|
To use Mailboxes, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,13 @@ project.description: Multi node testing of distributed systems built with Akka.
|
||||||
To use Multi Node Testing, you must add the following dependency in your project:
|
To use Multi Node Testing, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
artifact=akka-multi-node-testkit_$scala.binary.version$
|
artifact=akka-multi-node-testkit_$scala.binary.version$
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
scope=test
|
||||||
}
|
}
|
||||||
|
|
||||||
@@project-info{ projectId="akka-multi-node-testkit" }
|
@@project-info{ projectId="akka-multi-node-testkit" }
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
Persistent FSMs are part of Akka persistence, you must add the following dependency in your project:
|
Persistent FSMs are part of Akka persistence, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,7 @@ In order to help developers build correct and high quality storage plugins, we p
|
||||||
The TCK is usable from Java as well as Scala projects. To test your implementation (independently of language) you need to include the akka-persistence-tck dependency:
|
The TCK is usable from Java as well as Scala projects. To test your implementation (independently of language) you need to include the akka-persistence-tck dependency:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Persistence Query, you must add the following dependency in your project:
|
To use Persistence Query, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ project.description: Query side to Akka Persistence allowing for building CQRS a
|
||||||
To use Persistence Query, you must add the following dependency in your project:
|
To use Persistence Query, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,16 @@
|
||||||
This documentation page touches upon @ref[Akka Persistence](persistence.md), so to follow those examples you will want to depend on:
|
This documentation page touches upon @ref[Akka Persistence](persistence.md), so to follow those examples you will want to depend on:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
artifact="akka-persistence_$scala.binary.version$"
|
artifact="akka-persistence_$scala.binary.version$"
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2="com.typesafe.akka"
|
||||||
|
artifact2="akka-persistence-testkit_$scala.binary.version$"
|
||||||
|
version2=AkkaVersion
|
||||||
|
scope2=test
|
||||||
}
|
}
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,16 @@ For the full documentation of this feature and for new projects see @ref:[Event
|
||||||
To use Akka Persistence, you must add the following dependency in your project:
|
To use Akka Persistence, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
artifact="akka-persistence_$scala.binary.version$"
|
artifact="akka-persistence_$scala.binary.version$"
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2="com.typesafe.akka"
|
||||||
|
artifact2="akka-persistence-testkit_$scala.binary.version$"
|
||||||
|
version2=AkkaVersion
|
||||||
|
scope2=test
|
||||||
}
|
}
|
||||||
|
|
||||||
You also have to select journal plugin and optionally snapshot store plugin, see
|
You also have to select journal plugin and optionally snapshot store plugin, see
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ such as [HTTP](https://doc.akka.io/docs/akka-http/current/),
|
||||||
To use Artery Remoting, you must add the following dependency in your project:
|
To use Artery Remoting, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ such as [HTTP](https://doc.akka.io/docs/akka-http/current/),
|
||||||
To use Akka Remoting, you must add the following dependency in your project:
|
To use Akka Remoting, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the documentation of the new API of this feature and for new projects see @r
|
||||||
To use Routing, you must add the following dependency in your project:
|
To use Routing, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ For the new API see @ref:[typed scheduling](typed/interaction-patterns.md#typed-
|
||||||
To use Scheduler, you must add the following dependency in your project:
|
To use Scheduler, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ aside from serialization of `ActorRef` that is described @ref:[here](#serializin
|
||||||
To use Serialization, you must add the following dependency in your project:
|
To use Serialization, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ project.description: Serialization with Jackson for Akka.
|
||||||
To use Jackson Serialization, you must add the following dependency in your project:
|
To use Jackson Serialization, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ project.description: Serialization APIs built into Akka.
|
||||||
To use Serialization, you must add the following dependency in your project:
|
To use Serialization, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ To use Akka Split Brain Resolver is part of `akka-cluster` and you probably alre
|
||||||
dependency included. Otherwise, add the following dependency in your project:
|
dependency included. Otherwise, add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,16 @@ project.description: An intuitive and safe way to do asynchronous, non-blocking
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
artifact="akka-stream_$scala.binary.version$"
|
artifact="akka-stream_$scala.binary.version$"
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2="com.typesafe.akka"
|
||||||
|
artifact2="akka-stream-testkit_$scala.binary.version$"
|
||||||
|
version2=AkkaVersion
|
||||||
|
scope2=test
|
||||||
}
|
}
|
||||||
|
|
||||||
@@project-info{ projectId="akka-stream" }
|
@@project-info{ projectId="akka-stream" }
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Use the "Ask Pattern" to send each stream element as an `ask` to the target acto
|
||||||
This operator is included in:
|
This operator is included in:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Sends the elements of the stream to the given @java[`ActorRef<T>`]@scala[`ActorR
|
||||||
This operator is included in:
|
This operator is included in:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Sends the elements of the stream to the given @java[`ActorRef<T>`]@scala[`ActorR
|
||||||
This operator is included in:
|
This operator is included in:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Materialize an @java[`ActorRef<T>`]@scala[`ActorRef[T]`] of the new actors API;
|
||||||
This operator is included in:
|
This operator is included in:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Materialize an @java[`ActorRef<T>`]@scala[`ActorRef[T]`] of the new actors API;
|
||||||
This operator is included in:
|
This operator is included in:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ Emit each integer in a range, with an option to take bigger steps than 1.
|
||||||
## Dependency
|
## Dependency
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Streams, add the module to your project:
|
To use Akka Streams, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Stream TestKit, add the module to your project:
|
To use Akka Stream TestKit, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ For the new API see @ref[testing](typed/testing.md).
|
||||||
To use Akka Testkit, you must add the following dependency in your project:
|
To use Akka Testkit, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Actor Typed, you must add the following dependency in your project:
|
To use Akka Actor Typed, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Actor Typed, you must add the following dependency in your project:
|
To use Akka Actor Typed, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,16 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Actors, add the following dependency in your project:
|
To use Akka Actors, add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
artifact=akka-actor-typed_$scala.binary.version$
|
artifact=akka-actor-typed_$scala.binary.version$
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2=com.typesafe.akka
|
||||||
|
artifact2=akka-actor-testkit-typed_$scala.binary.version$
|
||||||
|
version2=AkkaVersion
|
||||||
|
scope2=test
|
||||||
}
|
}
|
||||||
|
|
||||||
Both the Java and Scala DSLs of Akka modules are bundled in the same JAR. For a smooth development experience,
|
Both the Java and Scala DSLs of Akka modules are bundled in the same JAR. For a smooth development experience,
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ up a large cluster into smaller groups of nodes for better scalability.
|
||||||
To use Akka Cluster add the following dependency in your project:
|
To use Akka Cluster add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ warning or deprecation period. It is also not recommended to use this module in
|
||||||
To use Akka Sharded Daemon Process, you must add the following dependency in your project:
|
To use Akka Sharded Daemon Process, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Cluster Sharding, you must add the following dependency in your project:
|
To use Akka Cluster Sharding, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Cluster Singleton, you must add the following dependency in your project:
|
To use Cluster Singleton, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ recommendation if you don't have other preferences or constraints.
|
||||||
To use Akka Cluster add the following dependency in your project:
|
To use Akka Cluster add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Actor Typed, you must add the following dependency in your project:
|
To use Akka Actor Typed, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ Dispatchers are part of core Akka, which means that they are part of the `akka-a
|
||||||
page describes how to use dispatchers with `akka-actor-typed`, which has dependency:
|
page describes how to use dispatchers with `akka-actor-typed`, which has dependency:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Cluster Distributed Data, you must add the following dependency in your project:
|
To use Akka Cluster Distributed Data, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ The distributed publish subscribe topic API is available and usable with the cor
|
||||||
when used in a clustered application:
|
when used in a clustered application:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ module, with a few exceptions.
|
||||||
For example `akka-cluster-typed`:
|
For example `akka-cluster-typed`:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ This page does not list all available modules, but overviews the main functional
|
||||||
### Actor library
|
### Actor library
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -59,6 +60,7 @@ Challenges that actors solve include the following:
|
||||||
### Remoting
|
### Remoting
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -84,6 +86,7 @@ Challenges Remoting solves include the following:
|
||||||
### Cluster
|
### Cluster
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -109,6 +112,7 @@ Challenges the Cluster module solves include the following:
|
||||||
### Cluster Sharding
|
### Cluster Sharding
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -130,6 +134,7 @@ Challenges that Sharding solves include the following:
|
||||||
### Cluster Singleton
|
### Cluster Singleton
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -153,6 +158,7 @@ The Singleton module can be used to solve these challenges:
|
||||||
### Persistence
|
### Persistence
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -177,6 +183,7 @@ Persistence tackles the following challenges:
|
||||||
### Distributed Data
|
### Distributed Data
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -198,6 +205,7 @@ Distributed Data is intended to solve the following challenges:
|
||||||
### Streams
|
### Streams
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
Add the following dependency in your project:
|
Add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Actor Typed, you must add the following dependency in your project:
|
To use Akka Actor Typed, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ To use Logging, you must at least use the Akka actors dependency in your project
|
||||||
via the SLF4J backend, such as Logback configuration.
|
via the SLF4J backend, such as Logback configuration.
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ Mailboxes are part of core Akka, which means that they are part of the `akka-act
|
||||||
page describes how to use mailboxes with `akka-actor-typed`, which has dependency:
|
page describes how to use mailboxes with `akka-actor-typed`, which has dependency:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
To use Akka Persistence TestKit, add the module to your project:
|
To use Akka Persistence TestKit, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group1=com.typesafe.akka
|
group1=com.typesafe.akka
|
||||||
|
|
@ -62,6 +63,7 @@ Persistence testkit allows to check events saved in a storage, emulate storage o
|
||||||
To use the testkit you need to add the following dependency in your project:
|
To use the testkit you need to add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
@ -198,6 +200,7 @@ the plugins at the same time. To coordinate initialization you can use the `Pers
|
||||||
`PersistenceInit` is part of `akka-persistence-testkit` and you need to add the dependency to your project:
|
`PersistenceInit` is part of `akka-persistence-testkit` and you need to add the dependency to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,16 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Persistence, add the module to your project:
|
To use Akka Persistence, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
artifact=akka-persistence-typed_$scala.binary.version$
|
artifact=akka-persistence-typed_$scala.binary.version$
|
||||||
version=AkkaVersion
|
version=AkkaVersion
|
||||||
|
group2=com.typesafe.akka
|
||||||
|
artifact2=akka-persistence-testkit_$scala.binary.version$
|
||||||
|
version2=AkkaVersion
|
||||||
|
scope2=test
|
||||||
}
|
}
|
||||||
|
|
||||||
You also have to select journal plugin and optionally snapshot store plugin, see
|
You also have to select journal plugin and optionally snapshot store plugin, see
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ warning or deprecation period. It is also not recommended to use this module in
|
||||||
To use reliable delivery, add the module to your project:
|
To use reliable delivery, add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -254,6 +255,7 @@ In that case some of these may already have been processed by the previous worke
|
||||||
To use reliable delivery with Cluster Sharding, add the following module to your project:
|
To use reliable delivery with Cluster Sharding, add the following module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
@ -362,6 +364,7 @@ Be aware of that a `DurableProducerQueue` will add a substantial performance ove
|
||||||
When using the `EventSourcedProducerQueue` the following dependency is needed:
|
When using the `EventSourcedProducerQueue` the following dependency is needed:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Actor Typed, you must add the following dependency in your project:
|
To use Akka Actor Typed, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Akka Actor Typed, you must add the following dependency in your project:
|
To use Akka Actor Typed, you must add the following dependency in your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ You are viewing the documentation for the new actor APIs, to view the Akka Class
|
||||||
To use Actor TestKit add the module to your project:
|
To use Actor TestKit add the module to your project:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion
|
||||||
symbol1=AkkaVersion
|
symbol1=AkkaVersion
|
||||||
value1="$akka.version$"
|
value1="$akka.version$"
|
||||||
group=com.typesafe.akka
|
group=com.typesafe.akka
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue