Class ExtensionUpgradingEvent

    • Constructor Detail

      • ExtensionUpgradingEvent

        public ExtensionUpgradingEvent()
        Matches all extensions.
      • ExtensionUpgradingEvent

        public ExtensionUpgradingEvent​(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
      • ExtensionUpgradingEvent

        public ExtensionUpgradingEvent​(ExtensionId extensionId)
        Matches only the specified extension id or/and version on every namespaces.
        Parameters:
        extensionId - the extension identifier
      • ExtensionUpgradingEvent

        public ExtensionUpgradingEvent​(String extensionId)
        Matches only the specified extension id or/and version on every namespaces.
        Parameters:
        extensionId - the extension identifier