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

org.openmetadata.service.events.EventPublisher Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
package org.openmetadata.service.events;

import com.lmax.disruptor.EventHandler;
import com.lmax.disruptor.LifecycleAware;
import org.openmetadata.service.events.errors.EventPublisherException;
import org.openmetadata.service.resources.events.EventResource.EventList;

public interface EventPublisher
    extends EventHandler, LifecycleAware {

  void publish(EventList events) throws EventPublisherException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy