Uses of Interface
org.openmetadata.service.apps.bundles.changeEvent.Destination
Packages that use Destination
Package
Description
-
Uses of Destination in org.openmetadata.service.apps.bundles.changeEvent
Fields in org.openmetadata.service.apps.bundles.changeEvent with type parameters of type DestinationModifier and TypeFieldDescriptionprotected Map<UUID,Destination<ChangeEvent>> AbstractEventConsumer.destinationMapMethods in org.openmetadata.service.apps.bundles.changeEvent that return DestinationModifier and TypeMethodDescriptionstatic Destination<ChangeEvent>AlertFactory.getAlert(SubscriptionDestination config) -
Uses of Destination in org.openmetadata.service.apps.bundles.changeEvent.email
Classes in org.openmetadata.service.apps.bundles.changeEvent.email that implement Destination -
Uses of Destination in org.openmetadata.service.apps.bundles.changeEvent.gchat
Classes in org.openmetadata.service.apps.bundles.changeEvent.gchat that implement Destination -
Uses of Destination in org.openmetadata.service.apps.bundles.changeEvent.generic
Classes in org.openmetadata.service.apps.bundles.changeEvent.generic that implement Destination -
Uses of Destination in org.openmetadata.service.apps.bundles.changeEvent.msteams
Classes in org.openmetadata.service.apps.bundles.changeEvent.msteams that implement Destination -
Uses of Destination in org.openmetadata.service.apps.bundles.changeEvent.slack
Classes in org.openmetadata.service.apps.bundles.changeEvent.slack that implement Destination -
Uses of Destination in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type DestinationModifier and TypeMethodDescriptionstatic voidSubscriptionUtil.postWebhookMessage(Destination<ChangeEvent> destination, javax.ws.rs.client.Invocation.Builder target, Object message)