Update link-to-classic paragraph #29022

This commit is contained in:
Johan Andrén 2020-05-05 17:40:36 +02:00
parent 1708193c06
commit 56088c40ab
23 changed files with 23 additions and 23 deletions

View file

@ -1,6 +1,6 @@
# Actor discovery # 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 ## Dependency

View file

@ -3,7 +3,7 @@ project.description: The Akka Actor lifecycle.
--- ---
# 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 ## Dependency

View file

@ -3,7 +3,7 @@ project.description: The Actor model, managing internal state and changing behav
--- ---
# Introduction to Actors # 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 ## Module info

View file

@ -1,6 +1,6 @@
# Multi-DC Cluster # 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 This chapter describes how @ref[Akka Cluster](cluster.md) can be used across
multiple data centers, availability zones or regions. multiple data centers, availability zones or regions.

View file

@ -3,7 +3,7 @@ project.description: Shard a clustered compute process across the network with l
--- ---
# Cluster Sharding # 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 ## Module info

View file

@ -1,6 +1,6 @@
# Cluster Singleton # 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 ## Module info

View file

@ -13,7 +13,7 @@ For specific documentation topics see:
* @ref:[Rolling Updates](../additional/rolling-updates.md) * @ref:[Rolling Updates](../additional/rolling-updates.md)
* @ref:[Operating, Managing, Observability](../additional/operations.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. 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 @ref:[Serialization with Jackson](../serialization-jackson.md) is a good choice in many cases, and our

View file

@ -3,7 +3,7 @@ project.description: Akka dispatchers and how to choose the right ones.
--- ---
# Dispatchers # 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 ## Dependency

View file

@ -3,7 +3,7 @@ project.description: Share data between nodes and perform updates without coordi
--- ---
# Distributed Data # 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 ## Module info

View file

@ -1,6 +1,6 @@
# Distributed Publish Subscribe in Cluster # 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 ## Module info

View file

@ -1,6 +1,6 @@
# Fault Tolerance # 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 When an actor throws an unexpected exception, a failure, while processing a message or during initialization, the actor
will by default be stopped. will by default be stopped.

View file

@ -3,7 +3,7 @@ project.description: Finite State Machines (FSM) with Akka Actors.
--- ---
# Behaviors as finite state machines # 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). An actor can be used to model a Finite State Machine (FSM).

View file

@ -1,6 +1,6 @@
# Interaction Patterns # 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 ## Dependency

View file

@ -3,7 +3,7 @@ project.description: Logging options with Akka.
--- ---
# Logging # 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 ## Dependency

View file

@ -1,6 +1,6 @@
# Mailboxes # 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 ## Dependency

View file

@ -3,7 +3,7 @@ project.description: Append only event logs, snapshots and recovery with Akka ev
--- ---
# Snapshotting # 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 ## Snapshots

View file

@ -3,7 +3,7 @@ project.description: Event Sourcing with Akka Persistence enables actors to pers
--- ---
# Event Sourcing # 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 ## Module info

View file

@ -3,7 +3,7 @@ project.description: Reliable delivery and flow control of messages between acto
--- ---
# Reliable delivery # 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 @@@ warning

View file

@ -1,6 +1,6 @@
# Routers # 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 ## Dependency

View file

@ -1,6 +1,6 @@
# Stash # 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 ## Dependency

View file

@ -1,6 +1,6 @@
## Asynchronous testing ## 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. Asynchronous testing uses a real @apidoc[akka.actor.typed.ActorSystem] that allows you to test your Actors in a more realistic environment.

View file

@ -1,6 +1,6 @@
## Synchronous behavior testing ## 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 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. some limitations to be aware of.

View file

@ -1,6 +1,6 @@
# Testing # 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 ## Module info