Leo Galambos 90efd93b72
All checks were successful
Release / release (push) Successful in 57s
feat: removeContext implemented
Signed-off-by: Leo Galambos <lg@hq.egothor.org>
2025-08-12 23:06:19 +02:00
2025-07-05 23:18:12 +02:00
2025-08-12 23:06:19 +02:00
2025-08-12 23:06:19 +02:00
2025-07-03 22:30:33 +02:00
2025-07-03 22:30:33 +02:00
2025-07-25 13:54:03 +02:00
2025-07-25 19:13:40 +02:00
2025-07-25 13:54:03 +02:00
2025-08-04 19:04:54 +02:00
2025-07-04 01:33:27 +02:00
2025-08-01 22:49:11 +02:00
2025-07-03 22:30:33 +02:00
2025-07-03 22:30:33 +02:00
2025-07-03 22:30:33 +02:00
2025-08-02 01:31:24 +02:00

Conflux

Conflux is a Java library that provides a shared processing context combined with an event bus, allowing independent components to share named values and react to their changes in a clean and decoupled way.

Key Features

  • Shared context for storing and retrieving named values
  • Publish/subscribe event bus for listening to value changes
  • Simple API for easy integration into existing projects
  • Enables modular design by decoupling components through events

Getting Started

Add to your build.gradle:

repositories {
    
    maven {
        name = "GiteaMaven"
        url = uri("https://gitea.egothor.org/api/packages/Egothor/maven")
    }
    
    // Use Maven Central for resolving dependencies.
    mavenCentral()
}

dependencies {
    implementation 'org.egothor:conflux:x.x.x'
}

Documentation

Description
A lightweight Java library providing a shared processing context combined with an event bus for distributing updates, enabling clean, decoupled communication between independent components.
Readme BSD-3-Clause 275 KiB
release@1.1.4 Latest
2025-08-28 18:42:59 +02:00
Languages
Java 100%