We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applications, and drivers, must have three types of methods signatures for services
Map<String, Object> service(Map<String, Object> call)
Response service(Call call, CallContext context)
void service(Call call, Response response, CallContext context)
The text was updated successfully, but these errors were encountered:
Applications fully support these 3 : 13ee0b5
Sorry, something went wrong.
No branches or pull requests
Applications, and drivers, must have three types of methods signatures for services
Map<String, Object> service(Map<String, Object> call)
Response service(Call call, CallContext context)
void service(Call call, Response response, CallContext context)
The text was updated successfully, but these errors were encountered: