Class BackofficeEndpointsFactory
java.lang.Object
es.kukenan.smartfi.microservice.onboarding.service.backoffice.api.BackofficeEndpointsFactory
This class is responsible for creating the backoffice endpoints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackofficeEndpoint(String apiBasePath) Create the base backoffice endpoint.
-
Constructor Details
-
BackofficeEndpointsFactory
public BackofficeEndpointsFactory()
-
-
Method Details
-
backofficeEndpoint
@Bean public BackofficeEndpoint backofficeEndpoint(@Value("${backoffice.baseUrl}") String apiBasePath) Create the base backoffice endpoint.- Parameters:
apiBasePath- endpoint base URL path.- Returns:
- the base backoffice endpoint.
-