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

kafka.entity.changelog.notification.NotificationProvider Maven / Gradle / Ivy

package kafka.entity.changelog.notification;

public interface NotificationProvider {
  void send(String event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy