jar

org.javastack : figaro

Maven & Gradle

Mar 09, 2022
6 stars

In-process Asynchronous Message System in Java for Event Bus/Actor Model (like Kilim, µJavaActors, Akka,... but very simplified)

Table Of Contents

Latest Version

Download org.javastack : figaro JAR file - Latest Versions:

All Versions

Download org.javastack : figaro JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window figaro-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.javastack.figaro

├─ org.javastack.figaro.AbstractTalker.class - [JAR]

├─ org.javastack.figaro.Chest.class - [JAR]

├─ org.javastack.figaro.ChestBounded.class - [JAR]

├─ org.javastack.figaro.ChestUnbounded.class - [JAR]

├─ org.javastack.figaro.GossipMonger.class - [JAR]

├─ org.javastack.figaro.GossipType.class - [JAR]

├─ org.javastack.figaro.Talker.class - [JAR]

├─ org.javastack.figaro.TalkerContext.class - [JAR]

├─ org.javastack.figaro.TalkerType.class - [JAR]

├─ org.javastack.figaro.Whisper.class - [JAR]

org.javastack.figaro.example

├─ org.javastack.figaro.example.Benchmark.class - [JAR]

├─ org.javastack.figaro.example.HelloWorld.class - [JAR]