Skip to content

ReactiveSocket interface #72

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

Merged
merged 4 commits into from
Mar 28, 2016
Merged

ReactiveSocket interface #72

merged 4 commits into from
Mar 28, 2016

Conversation

robertroeser
Copy link
Member

  • updated to agrona 0.4.13
  • pinned to the correct rxjava 2 snapshot so unit tests pass
  • refactored the ReactiveSocket class into an interface and implementation class

…version of rxjava2 to get the tests to work, updated Agrona to 0.4.13
…version of rxjava2 to get the tests to work, updated Agrona to 0.4.13
/**
* An implementation of {@link ReactiveSocket}
*/
public class ReactiveSocketImpl implements ReactiveSocket {
Copy link
Member

Choose a reason for hiding this comment

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

I like Netty's convention of naming default implementation as Default*, in that case, DefaultReactiveSocket.

@stevegury
Copy link
Member

Other that the naming that I would like to improve, LGTM.

@robertroeser robertroeser merged commit 6b24a19 into rsocket:master Mar 28, 2016
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