Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 569 Bytes

File metadata and controls

12 lines (7 loc) · 569 Bytes

AkkaExecutorService

AkkaExecutorService is a small library built on Akka Actor model. It simplifies the asynchronous task execution using Akka actors. It internally has pool of Akka actors and exposes an API for assigning tasks to Actor pool.

Please see the sample test cases.

SimpleTask

RequestOnlyTask

RequestResponseTask