0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Do not use inheritance for builders #89

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Motivation

Stop to use inheritance for builders, delegate them if need.

Description

Make GatewayBuilder and UpstreamBindingBuilder final.

Result