Skip to content

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