Package org.openmetadata.service.events
Interface EventPublisher
-
- All Superinterfaces:
com.lmax.disruptor.EventHandler<EventPubSub.ChangeEventHolder>,com.lmax.disruptor.LifecycleAware
- All Known Implementing Classes:
AbstractAlertPublisher,AbstractEventPublisher,EmailPublisher,EventMonitorPublisher,GChatPublisher,GenericPublisher,MSTeamsPublisher,SearchEventPublisher,SlackEventPublisher,SubscriptionPublisher
public interface EventPublisher extends com.lmax.disruptor.EventHandler<EventPubSub.ChangeEventHolder>, com.lmax.disruptor.LifecycleAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublish(EventResource.EventList events)
-
-
-
Method Detail
-
publish
void publish(EventResource.EventList events) throws EventPublisherException
- Throws:
EventPublisherException
-
-