com.supermap.services.components.spi

Interface MultiInstanceSupported

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean isMultiInstance()
      Returns whether the current service provider is enabled
      void setMultiInstance(boolean isMultiInstance)
      Sets whether the current service provider is enabled
    • Method Detail

      • isMultiInstance

        boolean isMultiInstance()
        

        Returns whether the current service provider is enabled

        Returns:
        Since:
        8.1.0
      • setMultiInstance

        void setMultiInstance(boolean isMultiInstance)
        

        Sets whether the current service provider is enabled

        Since:
        8.1.0