Package org.openmetadata.service.events
Interface EventPublisher
- All Superinterfaces:
com.lmax.disruptor.EventHandler<EventPubSub.ChangeEventHolder>,com.lmax.disruptor.LifecycleAware
- All Known Implementing Classes:
AbstractEventPublisher,EventMonitorPublisher
public interface EventPublisher
extends com.lmax.disruptor.EventHandler<EventPubSub.ChangeEventHolder>, com.lmax.disruptor.LifecycleAware
-
Method Summary
Methods inherited from interface com.lmax.disruptor.EventHandler
onEventMethods inherited from interface com.lmax.disruptor.LifecycleAware
onShutdown, onStart
-
Method Details
-
publish
- Throws:
EventPublisherException
-