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

Core: Combine messageRecieved methods in TransportRequestHandler #31519

Merged
merged 2 commits into from
Jun 22, 2018

Commits on Jun 22, 2018

  1. Core: Combine messageRecieved methods in TransportRequestHandler

    TransportRequestHandler currently contains 2 messageReceived methods,
    one which takes a Task, and one that does not. The first just delegates
    to the second. This commit changes all existing implementors of
    TransportRequestHandler to implement the version which takes Task, thus
    allowing the class to be a functional interface, and eliminating the
    need to throw exceptions when a task needs to be ensured.
    rjernst committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    68d5c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8720d04 View commit details
    Browse the repository at this point in the history