Class AsyncImportStartedEvent

    • Constructor Detail

      • AsyncImportStartedEvent

        public AsyncImportStartedEvent​(Object src,
                                       ImportContext importContext)
    • Method Detail

      • isSiteImport

        public boolean isSiteImport()
      • isCloudImport

        public boolean isCloudImport()
        Returns true if the data being imported comes from a Cloud instance as opposed to a Server instance.
      • isOriginalEvent

        @Deprecated
        public boolean isOriginalEvent()
        Deprecated.
        since 6.0.8
        Returns true if this event was published on the local node. Returns false if this event was originally published on another node in a cluster.
        Returns:
        true if this event was published on the local node