Class ActivityFeedAlertCache
- java.lang.Object
-
- org.openmetadata.service.events.subscription.ActivityFeedAlertCache
-
public class ActivityFeedAlertCache extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.google.common.cache.LoadingCache<String,EventSubscription>EVENT_SUB_CACHE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventSubscriptiongetActivityFeedAlert()
-
-
-
Field Detail
-
EVENT_SUB_CACHE
protected static final com.google.common.cache.LoadingCache<String,EventSubscription> EVENT_SUB_CACHE
-
-
Method Detail
-
getActivityFeedAlert
public static EventSubscription getActivityFeedAlert()
-
-