Interface IRestService
- All Known Implementing Classes:
AbstractRestService
public interface IRestService
The interface for all the front facing REST (sync) services.
-
Method Summary
Modifier and Type Method Description Class<? extends IRestService>getType()Gets the type.
-
Method Details
-
getType
Class<? extends IRestService> getType()Gets the type.- Returns:
- the type
-