mrxrsd / akka-playground

Akka Features and Patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akka Playground

Several samples of akka.net features, patterns and tricks.

Features

  • Priority Mailbox
  • Error Handling
  • Schedule Messages

Patterns

  • At Least Once

Tricks

  • Initialization (Initialization by func without lose changed values after incarnation)
  • Async Request/Response (without propagate ask and forward between actors)
  • Inject runtime/dynamic values in hocon (Hocon Substitution)
  • Simulate ReenterAfter (https://proto.actor/docs/scheduling/)

About

Akka Features and Patterns

License:MIT License


Languages

Language:C# 100.0%