Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

sawano/akka-supervision-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

akka-supervision-java

Utility for making blocked calls to actors (i.e. Patterns.ask() and Await.result()) with error propagation without explicitly handling exceptions and sending Failure in each actor being called.

This is based on the example code provided in the section "HowTo: Common Patterns -- Single-Use Actor Trees with High-Level Error Reporting" section in the Akka documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages