S
- The ServiceSpec
instance that will be executed by the service.R
- The ServiceResult
instance that will be returned by the service.public interface Service<S extends ServiceSpec,R extends ServiceResult>
DQIDServiceFactory.getService(ServiceType)
API.Modifier and Type | Interface and Description |
---|---|
static interface |
Service.DQIDServicePurgeIndicator
Purge indicator service.
|
Modifier and Type | Method and Description |
---|---|
R |
execute(S spec) |
ServiceType |
getServiceType() |
ServiceType getServiceType()