Package com.morpheusdata.core.providers
Interface GenericIntegrationProvider.EventSubscriberFacet<E extends Event>
- All Superinterfaces:
PluginProvider.EventSubscriberFacet<E>
- All Known Subinterfaces:
DatastoreTypeProvider.DatastoreEventFacet
- Enclosing interface:
- GenericIntegrationProvider
@Deprecated(since="1.2.6",
forRemoval=true)
public static interface GenericIntegrationProvider.EventSubscriberFacet<E extends Event>
extends PluginProvider.EventSubscriberFacet<E>
Deprecated, for removal: This API element is subject to removal in a future version.
Applying this Facet to an integration will allow it to subscribe to events and perform operations based on the event
- Since:
- 1.1.8
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from interface com.morpheusdata.core.providers.PluginProvider.EventSubscriberFacet
getEventScopes, getSupportedEventTypes, onEvent
PluginProvider.EventSubscriberFacet
instead.