Interface MorpheusNetworkTypeService

All Superinterfaces:
MorpheusDataService<NetworkType,NetworkType>

public interface MorpheusNetworkTypeService extends MorpheusDataService<NetworkType,NetworkType>
This Context deals with interactions related to NetworkType objects. It can normally be accessed via the primary MorpheusContext via the MorpheusNetworkService

Examples:


 morpheusContext.getNetwork().getType()
 
Since:
0.8.0
See Also:
  • Method Details

    • findByCode

      @Deprecated(since="0.15.4") io.reactivex.rxjava3.core.Single<NetworkType> findByCode(String code)
      Deprecated.
      Find a Network Type by code
      Parameters:
      code - Name of the type
      Returns:
      An instance of NetworkType