Package com.dani.bff.config
Class DownstreamProperties
java.lang.Object
com.dani.bff.config.DownstreamProperties
Externalized connection settings for downstream services consumed by the BFF.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBase URL and timeout for one HTTP downstream service. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProductService(DownstreamProperties.Service productService) voidsetUserService(DownstreamProperties.Service userService)
-
Constructor Details
-
DownstreamProperties
public DownstreamProperties()
-
-
Method Details
-
getUserService
-
setUserService
-
getProductService
-
setProductService
-