All Projects → opencredo → akka-java8-examples

opencredo / akka-java8-examples

Licence: MIT license
Simple examples of using Akka Java 8 interface

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to akka-java8-examples

guozeyu.com
我的网站文章的原始数据与历史
Stars: ✭ 17 (+0%)
Mutual labels:  blog-article
CQRSAndMediator-Microservice
A microservice architecture template which implements the CQRS and Mediator patterns
Stars: ✭ 86 (+405.88%)
Mutual labels:  blog-article
mesos framework demo
A sample Mesos framework
Stars: ✭ 19 (+11.76%)
Mutual labels:  blog-article
tornado-analytics
opencredo.com/blogs/building-a-google-analytics-dashboard-with-python3-tornado/
Stars: ✭ 19 (+11.76%)
Mutual labels:  blog-article
Rust Learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
Stars: ✭ 7,431 (+43611.76%)
Mutual labels:  blog-article
ReactCalculator
A React Native tutorial where you'll write a calculator app for Android and iOS.
Stars: ✭ 75 (+341.18%)
Mutual labels:  blog-article
blog
个人博客
Stars: ✭ 20 (+17.65%)
Mutual labels:  blog-article
blueshoes-kotlin-android
Projeto Kotlin Android - construção de um mobile-commerce chamado BlueShoes.
Stars: ✭ 46 (+170.59%)
Mutual labels:  blog-article

akka-java8-example

Sample code related to the blog post https://opencredo.com/improved-akka-java-8/

A few, very simple examples of using Akka Java 8 interface. Implementing a bar (customer-barista interaction).

Running examples

mvn package exec:java -P simple

The simplest implementation using a simple AbstractActor

Not much interaction is expected. Press Ctrl-C to stop the application

mvn package exec:java -P become

A barista actor that becomes ready when the coffee machine is warmed up.

mvn package exec:java -P future

Implementation using CompletableFuture

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].