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

Migrate ConnectionPool related API classes to Styx Client module #223

Merged
merged 4 commits into from
Aug 3, 2018

Conversation

mikkokar
Copy link
Contributor

@mikkokar mikkokar commented Aug 3, 2018

To reduce classes in the public API module, and to reduce its dependencies to rx.

Specifically:

  • Move ConnectionPool and some related classes to styx-client module.
  • Remove ConnectionDestination interface & implementing classes.
  • Remove ConnectionPool.Settings interface. Instead, we now have a data class called ConnectionPoolSettings. Similar refactoring has been done to Connection.Settings interface.

@mikkokar mikkokar requested review from kvosper and dvlato August 3, 2018 10:58
@@ -365,17 +364,6 @@ public Builder connectionPoolConfig(ConnectionPoolSettings connectionPoolSetting
return this;
}

/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The field connectionPoolSettings can no longer be set at all.

@mikkokar mikkokar force-pushed the api-tidy-up branch 2 times, most recently from e745f28 to 32070e8 Compare August 3, 2018 15:36
@mikkokar mikkokar merged commit b8c7221 into ExpediaGroup:styx-1.0-dev Aug 3, 2018
@mikkokar mikkokar deleted the api-tidy-up branch April 1, 2019 08:39
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