jdash.events.producer.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdash-events Show documentation
Show all versions of jdash-events Show documentation
Extension of the client module that allows to emit events when changes are detected between the results of
two subsequent requests.
The newest version!
/**
* API to produce events on each iteration of the loop.
*/
@NonNullApi
package jdash.events.producer;
import reactor.util.annotation.NonNullApi;