Class ExtensionUpgradedEvent

    • Constructor Detail

      • ExtensionUpgradedEvent

        public ExtensionUpgradedEvent()
        Matches all extensions.
      • ExtensionUpgradedEvent

        public ExtensionUpgradedEvent​(ExtensionId extensionId,
                                      String namespace)
        Matches only the specified extension id or/and version.
        Parameters:
        extensionId - the extension identifier
        namespace - the namespace on which the event happened
      • ExtensionUpgradedEvent

        public ExtensionUpgradedEvent​(ExtensionId extensionId)
        Matches only the specified extension id or/and version on every namespaces.
        Parameters:
        extensionId - the extension identifier
        Since:
        9.0RC1, 8.4.2, 7.4.6
      • ExtensionUpgradedEvent

        public ExtensionUpgradedEvent​(String extensionId)
        Matches only the specified extension id or/and version on every namespaces.
        Parameters:
        extensionId - the extension identifier
        Since:
        9.0RC1, 8.4.2, 7.4.6