Interface CloudRegistrar

  • All Known Implementing Classes:
    CloudRegistryImpl

    public interface CloudRegistrar
    Extension point to register/unregister cloud factory Use this extension point to register an implementation of CloudClientFactory
    Since:
    5.0
    • Method Detail

      • registerCloudFactory

        void registerCloudFactory​(@NotNull
                                  CloudClientFactory factory)
        register new cloud accessor factory
        Parameters:
        factory - cloud accessor
      • unregisterCloudFactory

        void unregisterCloudFactory​(@NotNull
                                    CloudClientFactory factory)
        unregister new cloud accessor factory
        Parameters:
        factory - cloud accessor