jar

io.github.theunic : kcommand-core

Maven & Gradle

Apr 20, 2024
0 stars

kcommand-core · This library offers a scalable Message Bus implementation, enabling loose coupling for seamless system integration. It emphasizes the use of middlewares for customized message handling, ensuring flexibility in distributed architectures. Its user-friendly design allows developers to focus more on core functionalities, entrusting communication orchestration to the Message Bus implementations.

Table Of Contents

Latest Version

Download io.github.theunic : kcommand-core JAR file - Latest Versions:

All Versions

Download io.github.theunic : kcommand-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 kcommand-core-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.theunic.kcommand.core

├─ io.github.theunic.kcommand.core.AbstractMessageBus.class - [JAR]

├─ io.github.theunic.kcommand.core.DefaultMessageBus.class - [JAR]

├─ io.github.theunic.kcommand.core.LocalTransport.class - [JAR]

├─ io.github.theunic.kcommand.core.MessageBus.class - [JAR]

├─ io.github.theunic.kcommand.core.Middleware.class - [JAR]

├─ io.github.theunic.kcommand.core.SimpleMessageBus.class - [JAR]

├─ io.github.theunic.kcommand.core.Transport.class - [JAR]

Advertisement