Class ArtifactStorePostUpdateEvent

  • All Implemented Interfaces:
    Iterable<org.commonjava.indy.model.core.ArtifactStore>, IndyStoreEvent

    public class ArtifactStorePostUpdateEvent
    extends ArtifactStoreUpdateEvent
    Event signaling that one or more specified ArtifactStore instances' configurations were changed. The ArtifactStoreUpdateType gives more information about the nature of the update.
    This event is fired AFTER the updated ArtifactStore is actually persisted.
    As opposed to the ArtifactStorePostUpdateEvent, this one MAY run asynchronously to avoid performance penalties for the user..
    • Constructor Detail

      • ArtifactStorePostUpdateEvent

        public ArtifactStorePostUpdateEvent​(ArtifactStoreUpdateType type,
                                            org.commonjava.maven.galley.event.EventMetadata eventMetadata,
                                            Map<org.commonjava.indy.model.core.ArtifactStore,​org.commonjava.indy.model.core.ArtifactStore> changeMap)