Package com.service.basic.logic
Interface IBasicService
- All Known Implementing Classes:
BasicService
public interface IBasicService
Defines the service business logic interface.
-
Method Summary
Modifier and TypeMethodDescriptiondoSomething(org.pipservices4.components.context.IContext context, RequestV1 request) Some API function of module
-
Method Details
-
doSomething
Some API function of module- Parameters:
request- a request string- Returns:
- a response string
-