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

chore(Entities): Add default constructor parameter #1036

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Apr 25, 2024

Context

In order to simplify the construction of new entities, we need to provide a default parameter to the constructor, so the entities can be created on its own.

Related entities:

  • ErrorHandler
  • Intercept
  • InterceptFrom
  • InterceptSendToEndpoint
  • OnCompletion
  • OnException
  • RestConfiguration
  • RouteConfiguration

relates: #1030

In order to simplify the construction of new entities, we need to
provide a default parameter to the constructor, so the entities can be
created on its own.

Related entities:
* ErrorHandler
* Intercept
* InterceptFrom
* InterceptSendToEndpoint
* OnCompletion
* OnException
* RestConfiguration
* RouteConfiguration

relates: KaotoIO#1030
@lordrip lordrip merged commit 2dc6c93 into KaotoIO:main Apr 26, 2024
6 checks passed
@lordrip lordrip deleted the chore/add-defaults-to-constructors branch April 26, 2024 06:42
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.

None yet

2 participants