jar

org.activecomponents.jadex : jadex-kernel-microservice

Maven & Gradle

Sep 08, 2022
1 usages
41 stars

microservice · The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.

Table Of Contents

Latest Version

Download org.activecomponents.jadex : jadex-kernel-microservice JAR file - Latest Versions:

All Versions

Download org.activecomponents.jadex : jadex-kernel-microservice JAR file - All Versions:

Version Vulnerabilities Size Updated
4.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 jadex-kernel-microservice-4.0.267.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jadex.microservice

├─ jadex.microservice.KernelMicroserviceAgent.class - [JAR]

├─ jadex.microservice.MicroserviceClassReader.class - [JAR]

├─ jadex.microservice.MicroserviceFactory.class - [JAR]

├─ jadex.microservice.MicroserviceModelLoader.class - [JAR]

jadex.microservice.annotation

├─ jadex.microservice.annotation.Microservice.class - [JAR]

Advertisement