net.pincette.rs.kafka.ProducerEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pincette-rs-kafka Show documentation
Show all versions of pincette-rs-kafka Show documentation
Pincette Reactive Streams Kafka
package net.pincette.rs.kafka;
/**
* Lifecycle events for the producer side.
*
* @author Werner Donn\u00e9
*/
public enum ProducerEvent {
ERROR,
STARTED,
STOPPED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy