Class BackofficeRestTemplateFactory
java.lang.Object
es.kukenan.smartfi.microservice.onboarding.service.backoffice.BackofficeRestTemplateFactory
Backoffice rest template factory.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBackoffice rest template specialization. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a RestTemplate configured to support Backoffice API.
-
Constructor Details
-
BackofficeRestTemplateFactory
public BackofficeRestTemplateFactory()
-
-
Method Details
-
createCoreRestTemplate
Create a RestTemplate configured to support Backoffice API.- Returns:
RestTemplateconfigured to support Backoffice API.
-