Interface MorpheusSettingService

All Superinterfaces:
MorpheusDataQueryService<Setting>, MorpheusDataService<Setting,Setting>, MorpheusIdentityService<Setting>

public interface MorpheusSettingService extends MorpheusDataService<Setting,Setting>, MorpheusIdentityService<Setting>
  • Method Details

    • getType

      Returns the SettingType context used for performing updates or queries on SettingType related settings within Morpheus.
      Returns:
      An instance of the SettingType Context
    • getGlobalNetworkProxy

      io.reactivex.rxjava3.core.Maybe<NetworkProxy> getGlobalNetworkProxy()
      Returns the Global NetworkProxy if exists else null
      Returns:
      An instance of the NetworkProxy