Class EventSubscriptionScheduler
java.lang.Object
org.openmetadata.service.events.scheduled.EventSubscriptionScheduler
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSubscriptionPublisher(EventSubscription eventSubscription) booleancheckIfPublisherPublishedAllEvents(UUID subscriptionID) voiddeleteEventSubscriptionPublisher(EventSubscription deletedEntity) static EventSubscriptionSchedulergetStatusForEventSubscription(UUID subscriptionId, UUID destinationId) static voidshutDown()voidupdateEventSubscription(EventSubscription eventSubscription)
-
Field Details
-
ALERT_JOB_GROUP
- See Also:
-
ALERT_TRIGGER_GROUP
- See Also:
-
-
Method Details
-
getInstance
-
addSubscriptionPublisher
public void addSubscriptionPublisher(EventSubscription eventSubscription) throws org.quartz.SchedulerException - Throws:
org.quartz.SchedulerException
-
updateEventSubscription
-
deleteEventSubscriptionPublisher
public void deleteEventSubscriptionPublisher(EventSubscription deletedEntity) throws org.quartz.SchedulerException - Throws:
org.quartz.SchedulerException
-
getStatusForEventSubscription
-
getEventSubscriptionFromScheduledJob
-
checkIfPublisherPublishedAllEvents
-
shutDown
public static void shutDown() throws org.quartz.SchedulerException- Throws:
org.quartz.SchedulerException
-