Link to Vavr sample project (#24570)
This commit is contained in:
parent
5fa700ef78
commit
ba5f26f7bf
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,7 @@ That has benefits such as:
|
|||
The `Receive` can be implemented in other ways than using the `ReceiveBuilder` since it in the
|
||||
end is just a wrapper around a Scala `PartialFunction`. In Java, you can implement `PartialFunction` by
|
||||
extending `AbstractPartialFunction`. For example, one could implement an adapter
|
||||
to [Vavr Pattern Matching DSL](http://www.vavr.io/vavr-docs/#_pattern_matching).
|
||||
to [Vavr Pattern Matching DSL](http://www.vavr.io/vavr-docs/#_pattern_matching). See the @extref[Akka Vavr sample project for details](samples:akka-sample-vavr) for more details.
|
||||
|
||||
If the validation of the `ReceiveBuilder` match logic turns out to be a bottleneck for some of your
|
||||
actors you can consider to implement it at lower level by extending `UntypedAbstractActor` instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue