Class InternalServicesProperties

java.lang.Object
es.kukenan.smartfi.microservice.firm.configuration.InternalServicesProperties

@Configuration @RefreshScope public class InternalServicesProperties extends Object
Internal Services Properties class.
  • Field Details

    • contractsService

      @Value("${firm.service.contracts.uri}") private String contractsService
      uri host products.
    • usersService

      @Value("${firm.service.users.uri}") private String usersService
      uri host users.
    • transferService

      @Value("${firm.service.transfer.uri}") private String transferService
      uri host move-money.
    • communicationsService

      @Value("${firm.service.communications.uri}") private String communicationsService
      uri host notifications.
  • Constructor Details

    • InternalServicesProperties

      public InternalServicesProperties()
      Default constructor.
  • Method Details

    • getContractsService

      public String getContractsService()
      Get host products service.
      Returns:
      a host products service.
    • getUsersService

      public String getUsersService()
      Get host user service.
      Returns:
      a host user service.
    • getTransferService

      public String getTransferService()
      Get host transfer service.
      Returns:
      a host transfer service.
    • getCommunicationsService

      public String getCommunicationsService()
      Get host communications Service.
      Returns:
      a communications Service.