Interface ExperimentService

All Superinterfaces:
com.technia.dsx.common.AppService

public interface ExperimentService extends com.technia.dsx.common.AppService
Document me
Since:
2022-12-07
  • Method Summary

    Modifier and Type
    Method
    Description
    com.technia.dsx.app.service.GenericService
    When using this service, you need to both construct and handle the payload in a custom way.

    Methods inherited from interface com.technia.dsx.common.AppService

    getServiceType
  • Method Details

    • getGenericService

      com.technia.dsx.app.service.GenericService getGenericService()
      When using this service, you need to both construct and handle the payload in a custom way.
      Returns:
      A generic service class that can be used to call any Experiment service method that we lack a typed API for.