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

net.pincette.rs.kafka.ProducerEvent Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
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