Class BackofficeEndpointsFactory

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

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