ZIO Actors

ZIO Actors

  • Overview
  • Use Cases
  • About

›Overview

Overview

  • Contents
  • Basics
  • Supervision
  • Remoting
  • Persistence
  • Akka Interop

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"
Basics →
  • Installation
ZIO Actors
GitHub
Star
Chat with us on Discord
discord
Additional resources
Scaladoc of zio-actors
Copyright © 2021 ZIO Maintainers