relvaner / actor4j

Actor4j is a multi-runtime actor-oriented Java framework. Extended libraries.
https://actor4j.io
Apache License 2.0
9 stars 3 forks source link

is it already used in production ? #2

Open JusticeN opened 1 year ago

JusticeN commented 1 year ago

this library looks interesting

  1. How about writing a test with JUnit5? Is there any sample for testing/asserting actor messages?
  2. Does anyone already use it in Production?

thank you in advance

relvaner commented 1 year ago

Thanks for your interest! I am using it for a research project. In the past, I implemented a specially derived actor system called "TestSystem" (actor4j-testing) to intercept outgoing messages for testing (Testing example).