Contents
ZIO Actors - a high-performance, purely-functional library for building, composing, and supervising typed actors backed by ZIO
.
Here's list of contents available:
- Basics — Instantiating
ActorSystem
, defining actor's behavior, spawning actors. - Supervision — Short description of supervision functionality usage
- Remoting — Defining remoting configuration, usage example, restrictions
- Persistence - Event sourcing mechanism, datastore configuration
- Akka Interop - Integration with akka typed actors.
Installation
Include ZIO Actors in your project by adding the following to your build.sbt
:
resolvers += Resolver.sonatypeRepo("snapshots")
libraryDependencies += "dev.zio" %% "zio-actors" % "0.0.0+1-16e9d9e5-SNAPSHOT"