Class InternalServicesProperties
java.lang.Object
es.kukenan.smartfi.microservice.firm.configuration.InternalServicesProperties
Internal Services Properties class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet host communications Service.Get host products service.Get host transfer service.Get host user service.
-
Field Details
-
contractsService
uri host products. -
usersService
uri host users. -
transferService
uri host move-money. -
communicationsService
uri host notifications.
-
-
Constructor Details
-
InternalServicesProperties
public InternalServicesProperties()Default constructor.
-
-
Method Details
-
getContractsService
Get host products service.- Returns:
- a host products service.
-
getUsersService
Get host user service.- Returns:
- a host user service.
-
getTransferService
Get host transfer service.- Returns:
- a host transfer service.
-
getCommunicationsService
Get host communications Service.- Returns:
- a communications Service.
-