Package com.technia.dsx.biovia
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 TypeMethodDescriptioncom.technia.dsx.app.service.GenericServiceWhen 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.
-