java.lang.Object
es.kukenan.smartfi.microservice.communication.service.api.backoffice.BackofficeEndpointsFactory

@Configuration public class BackofficeEndpointsFactory extends Object
This class is responsible for creating the backoffice endpoints.
  • 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.