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

execute method with parameters #3

Open
ksuderman opened this issue Jul 2, 2017 · 1 comment
Open

execute method with parameters #3

ksuderman opened this issue Jul 2, 2017 · 1 comment
Milestone

Comments

@ksuderman
Copy link

Add a new execute(String,String) method where the second parameter is a Map of parameter values.

Having to serialize the Data objects to/from JSON to add a parameter is inefficient for very large objects.

@ksuderman ksuderman added this to the 2.1.0 milestone Jul 2, 2017
@ksuderman ksuderman modified the milestones: 2.1.0, 3.x Aug 29, 2019
@ksuderman
Copy link
Author

Added the execute(String,String) method to the WebService interface with a default implementation that drops the second parameter and calls execute(String).

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