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