diff --git a/akka-docs/src/main/paradox/typed/actor-discovery.md b/akka-docs/src/main/paradox/typed/actor-discovery.md index ab9b0651de..2a7a11ce50 100644 --- a/akka-docs/src/main/paradox/typed/actor-discovery.md +++ b/akka-docs/src/main/paradox/typed/actor-discovery.md @@ -1,6 +1,6 @@ # Actor discovery -For the Akka Classic documentation of this feature see @ref:[Classic Actors](../actors.md#actorselection). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Actors](../actors.md#actorselection). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/actor-lifecycle.md b/akka-docs/src/main/paradox/typed/actor-lifecycle.md index 041c7ceda5..7835178972 100644 --- a/akka-docs/src/main/paradox/typed/actor-lifecycle.md +++ b/akka-docs/src/main/paradox/typed/actor-lifecycle.md @@ -3,7 +3,7 @@ project.description: The Akka Actor lifecycle. --- # Actor lifecycle -For the Akka Classic documentation of this feature see @ref:[Classic Actors](../actors.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Actors](../actors.md). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/actors.md b/akka-docs/src/main/paradox/typed/actors.md index d39592ceec..39e5aec6fd 100644 --- a/akka-docs/src/main/paradox/typed/actors.md +++ b/akka-docs/src/main/paradox/typed/actors.md @@ -3,7 +3,7 @@ project.description: The Actor model, managing internal state and changing behav --- # Introduction to Actors -For the Akka Classic documentation of this feature see @ref:[Classic Actors](../actors.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Actors](../actors.md). ## Module info diff --git a/akka-docs/src/main/paradox/typed/cluster-dc.md b/akka-docs/src/main/paradox/typed/cluster-dc.md index 9bf51b3634..544bfd3ebd 100644 --- a/akka-docs/src/main/paradox/typed/cluster-dc.md +++ b/akka-docs/src/main/paradox/typed/cluster-dc.md @@ -1,6 +1,6 @@ # Multi-DC Cluster -For the Akka Classic documentation of this feature see @ref:[Classic Multi-DC Cluster](../cluster-dc.md) +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Multi-DC Cluster](../cluster-dc.md) This chapter describes how @ref[Akka Cluster](cluster.md) can be used across multiple data centers, availability zones or regions. diff --git a/akka-docs/src/main/paradox/typed/cluster-sharding.md b/akka-docs/src/main/paradox/typed/cluster-sharding.md index 47d705d922..587022fe74 100644 --- a/akka-docs/src/main/paradox/typed/cluster-sharding.md +++ b/akka-docs/src/main/paradox/typed/cluster-sharding.md @@ -3,7 +3,7 @@ project.description: Shard a clustered compute process across the network with l --- # Cluster Sharding -For the Akka Classic documentation of this feature see @ref:[Classic Cluster Sharding](../cluster-sharding.md) +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Cluster Sharding](../cluster-sharding.md) ## Module info diff --git a/akka-docs/src/main/paradox/typed/cluster-singleton.md b/akka-docs/src/main/paradox/typed/cluster-singleton.md index 4c792ac603..0ac134bfaa 100644 --- a/akka-docs/src/main/paradox/typed/cluster-singleton.md +++ b/akka-docs/src/main/paradox/typed/cluster-singleton.md @@ -1,6 +1,6 @@ # Cluster Singleton -For the Akka Classic documentation of this feature see @ref:[Classic Cluster Singleton](../cluster-singleton.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Cluster Singleton](../cluster-singleton.md). ## Module info diff --git a/akka-docs/src/main/paradox/typed/cluster.md b/akka-docs/src/main/paradox/typed/cluster.md index 31f9e0f096..d7baf458a7 100644 --- a/akka-docs/src/main/paradox/typed/cluster.md +++ b/akka-docs/src/main/paradox/typed/cluster.md @@ -13,7 +13,7 @@ For specific documentation topics see: * @ref:[Rolling Updates](../additional/rolling-updates.md) * @ref:[Operating, Managing, Observability](../additional/operations.md) -For the Akka Classic documentation of this feature see @ref:[Classic Cluster](../cluster-usage.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Cluster](../cluster-usage.md). You have to enable @ref:[serialization](../serialization.md) to send messages between ActorSystems (nodes) in the Cluster. @ref:[Serialization with Jackson](../serialization-jackson.md) is a good choice in many cases, and our diff --git a/akka-docs/src/main/paradox/typed/dispatchers.md b/akka-docs/src/main/paradox/typed/dispatchers.md index e29489a696..8d825cd214 100644 --- a/akka-docs/src/main/paradox/typed/dispatchers.md +++ b/akka-docs/src/main/paradox/typed/dispatchers.md @@ -3,7 +3,7 @@ project.description: Akka dispatchers and how to choose the right ones. --- # Dispatchers -For the Akka Classic documentation of this feature see @ref:[Classic Dispatchers](../dispatchers.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Dispatchers](../dispatchers.md). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/distributed-data.md b/akka-docs/src/main/paradox/typed/distributed-data.md index 65b7915bbd..984c989961 100644 --- a/akka-docs/src/main/paradox/typed/distributed-data.md +++ b/akka-docs/src/main/paradox/typed/distributed-data.md @@ -3,7 +3,7 @@ project.description: Share data between nodes and perform updates without coordi --- # Distributed Data -For the Akka Classic documentation of this feature see @ref:[Classic Distributed Data](../distributed-data.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Distributed Data](../distributed-data.md). ## Module info diff --git a/akka-docs/src/main/paradox/typed/distributed-pub-sub.md b/akka-docs/src/main/paradox/typed/distributed-pub-sub.md index a1a982487a..6e2f20cd27 100644 --- a/akka-docs/src/main/paradox/typed/distributed-pub-sub.md +++ b/akka-docs/src/main/paradox/typed/distributed-pub-sub.md @@ -1,6 +1,6 @@ # Distributed Publish Subscribe in Cluster -For the Akka Classic documentation of this feature see @ref:[Classic Distributed Publish Subscribe](../distributed-pub-sub.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Distributed Publish Subscribe](../distributed-pub-sub.md). ## Module info diff --git a/akka-docs/src/main/paradox/typed/fault-tolerance.md b/akka-docs/src/main/paradox/typed/fault-tolerance.md index 0fa90388bf..cccd7db2a8 100644 --- a/akka-docs/src/main/paradox/typed/fault-tolerance.md +++ b/akka-docs/src/main/paradox/typed/fault-tolerance.md @@ -1,6 +1,6 @@ # Fault Tolerance -For the Akka Classic documentation of this feature see @ref:[Classic Fault Tolerance](../fault-tolerance.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Fault Tolerance](../fault-tolerance.md). When an actor throws an unexpected exception, a failure, while processing a message or during initialization, the actor will by default be stopped. diff --git a/akka-docs/src/main/paradox/typed/fsm.md b/akka-docs/src/main/paradox/typed/fsm.md index a9d28486c1..cc954e223d 100644 --- a/akka-docs/src/main/paradox/typed/fsm.md +++ b/akka-docs/src/main/paradox/typed/fsm.md @@ -3,7 +3,7 @@ project.description: Finite State Machines (FSM) with Akka Actors. --- # Behaviors as finite state machines -For the Akka Classic documentation of this feature see @ref:[Classic FSM](../fsm.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic FSM](../fsm.md). An actor can be used to model a Finite State Machine (FSM). diff --git a/akka-docs/src/main/paradox/typed/interaction-patterns.md b/akka-docs/src/main/paradox/typed/interaction-patterns.md index 2549dadebf..41e79c98d2 100644 --- a/akka-docs/src/main/paradox/typed/interaction-patterns.md +++ b/akka-docs/src/main/paradox/typed/interaction-patterns.md @@ -1,6 +1,6 @@ # Interaction Patterns -For the Akka Classic documentation of this feature see @ref:[Classic Actors](../actors.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Actors](../actors.md). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/logging.md b/akka-docs/src/main/paradox/typed/logging.md index 5caf920502..c6b376df45 100644 --- a/akka-docs/src/main/paradox/typed/logging.md +++ b/akka-docs/src/main/paradox/typed/logging.md @@ -3,7 +3,7 @@ project.description: Logging options with Akka. --- # Logging -For the Akka Classic documentation of this feature see @ref:[Classic Logging](../logging.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Logging](../logging.md). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/mailboxes.md b/akka-docs/src/main/paradox/typed/mailboxes.md index 6a813500d8..3b73270591 100644 --- a/akka-docs/src/main/paradox/typed/mailboxes.md +++ b/akka-docs/src/main/paradox/typed/mailboxes.md @@ -1,6 +1,6 @@ # Mailboxes -For the Akka Classic documentation of this feature see @ref:[Classic Mailboxes](../mailboxes.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Mailboxes](../mailboxes.md). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/persistence-snapshot.md b/akka-docs/src/main/paradox/typed/persistence-snapshot.md index 6bdba2c68c..227609871c 100644 --- a/akka-docs/src/main/paradox/typed/persistence-snapshot.md +++ b/akka-docs/src/main/paradox/typed/persistence-snapshot.md @@ -3,7 +3,7 @@ project.description: Append only event logs, snapshots and recovery with Akka ev --- # Snapshotting -For the Akka Classic documentation of this feature see @ref:[Classic Akka Persistence](../persistence.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Akka Persistence](../persistence.md). ## Snapshots diff --git a/akka-docs/src/main/paradox/typed/persistence.md b/akka-docs/src/main/paradox/typed/persistence.md index 30a9c52992..eda3d5ccba 100644 --- a/akka-docs/src/main/paradox/typed/persistence.md +++ b/akka-docs/src/main/paradox/typed/persistence.md @@ -3,7 +3,7 @@ project.description: Event Sourcing with Akka Persistence enables actors to pers --- # Event Sourcing -For the Akka Classic documentation of this feature see @ref:[Classic Akka Persistence](../persistence.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Akka Persistence](../persistence.md). ## Module info diff --git a/akka-docs/src/main/paradox/typed/reliable-delivery.md b/akka-docs/src/main/paradox/typed/reliable-delivery.md index e45e1d69b8..63a54826e5 100644 --- a/akka-docs/src/main/paradox/typed/reliable-delivery.md +++ b/akka-docs/src/main/paradox/typed/reliable-delivery.md @@ -3,7 +3,7 @@ project.description: Reliable delivery and flow control of messages between acto --- # Reliable delivery -For the Akka Classic documentation of this feature see @ref:[Classic At-Least-Once Delivery](../persistence.md#at-least-once-delivery). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic At-Least-Once Delivery](../persistence.md#at-least-once-delivery). @@@ warning diff --git a/akka-docs/src/main/paradox/typed/routers.md b/akka-docs/src/main/paradox/typed/routers.md index 450543acd6..e12c93585d 100644 --- a/akka-docs/src/main/paradox/typed/routers.md +++ b/akka-docs/src/main/paradox/typed/routers.md @@ -1,6 +1,6 @@ # Routers -For the Akka Classic documentation of this feature see @ref:[Classic Routing](../routing.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Routing](../routing.md). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/stash.md b/akka-docs/src/main/paradox/typed/stash.md index d0b1a198f0..d43675ffe0 100644 --- a/akka-docs/src/main/paradox/typed/stash.md +++ b/akka-docs/src/main/paradox/typed/stash.md @@ -1,6 +1,6 @@ # Stash -For the Akka Classic documentation of this feature see @ref:[Classic Actors](../actors.md#stash). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Actors](../actors.md#stash). ## Dependency diff --git a/akka-docs/src/main/paradox/typed/testing-async.md b/akka-docs/src/main/paradox/typed/testing-async.md index 1213c5efab..d8b24596b6 100644 --- a/akka-docs/src/main/paradox/typed/testing-async.md +++ b/akka-docs/src/main/paradox/typed/testing-async.md @@ -1,6 +1,6 @@ ## Asynchronous testing -For the Akka Classic documentation of this feature see @ref:[Classic Testing](../testing.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Testing](../testing.md). Asynchronous testing uses a real @apidoc[akka.actor.typed.ActorSystem] that allows you to test your Actors in a more realistic environment. diff --git a/akka-docs/src/main/paradox/typed/testing-sync.md b/akka-docs/src/main/paradox/typed/testing-sync.md index ae9fb96f68..f5459fcfe3 100644 --- a/akka-docs/src/main/paradox/typed/testing-sync.md +++ b/akka-docs/src/main/paradox/typed/testing-sync.md @@ -1,6 +1,6 @@ ## Synchronous behavior testing -For the Akka Classic documentation of this feature see @ref:[Classic Testing](../testing.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Testing](../testing.md). The `BehaviorTestKit` provides a very nice way of unit testing a `Behavior` in a deterministic way, but it has some limitations to be aware of. diff --git a/akka-docs/src/main/paradox/typed/testing.md b/akka-docs/src/main/paradox/typed/testing.md index f7b3265f2c..2e60e08de2 100644 --- a/akka-docs/src/main/paradox/typed/testing.md +++ b/akka-docs/src/main/paradox/typed/testing.md @@ -1,6 +1,6 @@ # Testing -For the Akka Classic documentation of this feature see @ref:[Classic Testing](../testing.md). +You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see @ref:[Classic Testing](../testing.md). ## Module info