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

Rework the API expressed by DgsExecutionResult #1298

Merged
merged 1 commit into from Oct 29, 2022

Commits on Oct 28, 2022

  1. Rework the API expressed by DgsExecutionResult

    * We are adopting a Builder pattern instead of depending on Kotlin delegation for
      the ExecutionResult. This was done to expose a cleaner API for Java Consumers.
    * We are also moving the `DgsExecutionResult` to not be _internal_, since at is clear from the `MyInstrumentation`
      example developers will be using it explicitly.
    berngp committed Oct 28, 2022
    Copy the full SHA
    27401d3 View commit details
    Browse the repository at this point in the history