An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# xoom-actors

[![Javadocs](http://javadoc.io/badge/io.vlingo.xoom/xoom-actors.svg?color=brightgreen)](http://javadoc.io/doc/io.vlingo.xoom/xoom-actors) [![Build](https://github.com/vlingo/xoom-actors/workflows/Build/badge.svg)](https://github.com/vlingo/xoom-actors/actions?query=workflow%3ABuild) [![Download](https://img.shields.io/maven-central/v/io.vlingo.xoom/xoom-actors?label=maven)](https://search.maven.org/artifact/io.vlingo.xoom/xoom-actors) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](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