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

Add abstract classes for command job based on Callable #24

Merged
merged 1 commit into from
Sep 22, 2014

Conversation

rinrinne
Copy link
Contributor

This patch adds 2 abstract classes for command job.
Those implement Callable. So user can get command response
asynchronously using Future object.

It has possibility to have something issue if both Runnable
and Callable are implemented into one class. So implemented
as new class.

In addition:

  • Replace some deprecated API for HttpClient to modern API.
  • Add new command job support to GerritSendCommandQueue.

This patch adds 2 abstract classes for command job.
Those implement Callable. So user can get command response
asynchronously using Future object.

It has possibility to have something issue if both Runnable
and Callable are implemented into one class. So implemented
as new class.

In addition:
* Replace some deprecated API for HttpClient to modern API.
* Add new command job support to GerritSendCommandQueue.
rsandell added a commit that referenced this pull request Sep 22, 2014
Add abstract classes for command job based on Callable
@rsandell rsandell merged commit 3370542 into sonyxperiadev:master Sep 22, 2014
@rsandell
Copy link
Collaborator

Just say when you need the merged changes and I'll make a new release.

@rinrinne
Copy link
Contributor Author

I would ask to you when time comes. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants