Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

feat: Add a builder to handle the common logic of extracting routing header values from request #1598

Merged
merged 7 commits into from
Jan 27, 2022

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    02ffec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d2785 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Refactor the helper to build for better encapsulation.

    - Move it up to rpc package
    - Add java docs.
    - Rename tests.
    blakeli0 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    5917fee View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    5f120a8 View commit details
    Browse the repository at this point in the history
  2. Add null check for field value. Make constructor private and expose a…

    … public create() method for instantiating the builder. Add more Javadoc.
    blakeli0 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b368086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c110511 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    3b64749 View commit details
    Browse the repository at this point in the history