Class AbstractRegistryStorage

    • Constructor Detail

      • AbstractRegistryStorage

        public AbstractRegistryStorage()
    • Method Detail

      • isReady

        public boolean isReady()
        Description copied from interface: RegistryStorage
        Is the artifactStore ready?

        By default we check if it can access list of global rules.

        Specified by:
        isReady in interface RegistryStorage
        Returns:
        true if yes, false if no
      • isAlive

        public boolean isAlive()
        Description copied from interface: RegistryStorage
        Is the artifactStore alive?

        By default it's true.

        Specified by:
        isAlive in interface RegistryStorage
        Returns:
        true if yes, false if no