diff --git a/akka-docs/src/main/paradox/typed/actor-discovery.md b/akka-docs/src/main/paradox/typed/actor-discovery.md index 902939d803..515d0797f4 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 23a5af3b6a..c03e46f141 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 2c3d16b9e0..a6bc171e62 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 315c1e4c8c..cdc4d0c8df 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 655a1e6fb8..3f885a7f1f 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 65c004743d..4e4a9f2bd6 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 c17bf83d15..08485605e5 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 1f3fc1d615..8b5dcf5b03 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 573f289816..35de5375eb 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 813dfe8593..5460822292 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 661fae4fd1..1a9b13d068 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 d4b407dea3..4f121f6a05 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 c95c13347b..ec2064fbca 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 19c98de0fa..4a4acb4f6c 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 d9a8768001..98ef7b1ec7 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 989d12cb7a..b3df78826e 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 2a7b77f7f8..04fe899c56 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 17c2770d49..c80ccd7fe2 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