Merge pull request #29030 from johanandren/wip-updated-classic-block-docs
This commit is contained in:
commit
94d3223be2
23 changed files with 23 additions and 23 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue