Interface DatastoreTypeProvider.DatastoreEventFacet

All Superinterfaces:
GenericIntegrationProvider.EventSubscriberFacet<DatastoreEvent>, PluginProvider.EventSubscriberFacet<DatastoreEvent>
Enclosing interface:
DatastoreTypeProvider

public static interface DatastoreTypeProvider.DatastoreEventFacet extends GenericIntegrationProvider.EventSubscriberFacet<DatastoreEvent>
Provides an asynchronous event listener for subscribing to events that may pertain to a datastore integration. For example, it may be necessary to perform certain optimization operations on a datastore when a vm is moved between hosts, or to notify a datastore provider when a vm is inactive (powered off) to perform certain operations.
See Also: