The vlingo-actors toolkit is nearly full featured, so don't be fooled by the seemingly low version number.
A brief tutorial can be found here: https://kalele.io/blog-posts/vlingo-actors-tutorial-1/
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.vlingo</groupId>
<artifactId>vlingo-actors</artifactId>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
dependencies {
compile 'io.vlingo:vlingo-actors:0.8.1'
}
repositories {
jcenter()
}
Copyright © 2012-2018 Vaughn Vernon. 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/.
Agrona is open source licensed under Apache 2 by Real Logic, Inc. https://github.com/real-logic/agrona/blob/master/LICENSE