https://github.com/vlingo/xoom-actors
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.
https://github.com/vlingo/xoom-actors
actor-model actor-supervision actors jvm jvm-languages reactive-programming vlingo-actors
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vlingo/xoom-actors
- Owner: vlingo
- License: mpl-2.0
- Created: 2017-12-21T07:52:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T22:45:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T10:08:12.836Z (7 months ago)
- Topics: actor-model, actor-supervision, actors, jvm, jvm-languages, reactive-programming, vlingo-actors
- Language: Java
- Homepage: https://vlingo.io
- Size: 1.77 MB
- Stars: 228
- Watchers: 25
- Forks: 28
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xoom-actors
[](http://javadoc.io/doc/io.vlingo.xoom/xoom-actors) [](https://github.com/vlingo/xoom-actors/actions?query=workflow%3ABuild) [](https://search.maven.org/artifact/io.vlingo.xoom/xoom-actors) [](https://gitter.im/vlingo-platform-java/actors)
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.
Docs: https://docs.vlingo.io/xoom-actors
### Installation
```xml
io.vlingo.xoom
xoom-actors
1.11.1
compile
``````gradle
dependencies {
compile 'io.vlingo.xoom:xoom-actors:1.11.1'
}
```
### GraalVM native image build```bash
mvn clean install -Pmodules -Pnative-image
```
More Details [GraalVM](GraalVM.md)
License (See LICENSE file for full license)
-------------------------------------------
Copyright © 2012-2023 VLINGO LABS. All rights reserved.This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL
was not distributed with this file, You can obtain
one at https://mozilla.org/MPL/2.0/.### Licenses for Dependencies
Agrona is open source licensed under Apache 2 by Real Logic, Inc.
https://github.com/real-logic/agrona/blob/master/LICENSE