Skip to content

v0.1.0

Compare
Choose a tag to compare
@Tochemey Tochemey released this 25 Mar 23:33
· 672 commits to main since this release
446d627

Features

  • Send a synchronous message to an actor from a non actor system
  • Send an asynchronous(fire-and-forget) message to an actor from a non actor system
  • Actor to Actor communication (check the examples' folder)
  • Enable/Disable Passivation mode to remove/keep idle actors
  • PreStart hook for an actor.
  • PostStop hook for an actor for a graceful shutdown
  • ActorSystem
  • Actor to Actor communication
  • Restart an actor
  • (Un)Watch an actor
  • Stop and actor
  • Create a child actor
  • Supervisory Strategy (Restart and Stop directive)
  • Behaviors (Become/BecomeStacked/UnBecome/UnBecomeStacked)
  • Logger interface with a default logger
  • Examples (check the examples' folder)
  • Integration with OpenTelemetry for traces and metrics.
  • Remote messaging
    • Actors can send messages to other actors on a remote system
    • Actors can look up other actors' address on a remote system