All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdash.jdash-events.5.0.4.source-code.module-info Maven / Gradle / Ivy

Go to download

Extension of the client module that allows to emit events when changes are detected between the results of two subsequent requests.

The newest version!
module jdash.events {

    exports jdash.events;
    exports jdash.events.object;
    exports jdash.events.producer;

    requires reactor.extra;
    requires transitive jdash.client;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy