xoom-actors icon indicating copy to clipboard operation
xoom-actors copied to clipboard

The VLINGO XOOM platform SDK for the type-safe Actor Model, delivering Reactive concurrency, high scalability, high-throughput, and resiliency using Java and other JVM languages.

Results 6 xoom-actors issues
Sort by recently updated
recently updated
newest added

@bwehrle Please check to ensure this is what we discussed. I have only created the interfaces and implementations for `MailboxConfiguration`. After you confirm I will add the abstraction over plugin...

Therefore there is no way to create configurations programatically when different plugin configurations are needed. The most relevant case for this is that of the ManyToOneConcurrentArrayQueuePlugin. This mailbox type requires...

- When `logger()` is used, don't log if the log level is not enabled / in scope - Provide `isLevelEnabled()` where *`Level`* is `Info` `Warn` `Error` `Fatal` `Debug` ...

The test must create a subclass of `SmallestMailboxRouter`, which can be seen here: https://github.com/vlingo/vlingo-actors/blob/master/src/main/java/io/vlingo/actors/SmallestMailboxRouter.java The test must also create two or more other actors that implement a protocol to serve...