Skip to content
New issue

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 multiple ways of declaring services #51

Open
nuk opened this issue Aug 12, 2014 · 1 comment
Open
Milestone

Comments

@nuk
Copy link
Member

nuk commented Aug 12, 2014

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)
@nuk nuk added this to the 3.2.0 milestone Aug 12, 2014
@nuk
Copy link
Member Author

nuk commented Aug 12, 2014

Applications fully support these 3 : 13ee0b5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant