-
Notifications
You must be signed in to change notification settings - Fork 0
/
communications.txt
10 lines (10 loc) · 1.18 KB
/
communications.txt
1
2
3
4
5
6
7
8
9
10
/home/AplicacaoVendas/Cliente/src/com/intercomm/CustomerProductInterface (Cliente) communicates Produto using /product/getProduct/{id}
/home/AplicacaoVendas/Venda/src/com/controller/SaleController (Venda) communicates Produto using /venda/{id}/{qnt}
/home/AplicacaoVendas/Venda/src/com/controller/SaleController (Venda) communicates Produto using /product/getProduct/{id}
/home/AplicacaoVendas/Venda/src/com/controller/CustomerInterface (Venda) communicates Cliente using /customer/getCustomerCpf/{cpf}
/home/AplicacaoVendas/Cliente/src/intercomm/CustomerController (Cliente) communicates Produto using /getAllProducts/
/home/AplicacaoVendas/Venda/src/com/controller/ProductInterface (Venda) communicates Produto using /getProducts/
/home/AplicacaoVendas/Cliente/src/intercomm/CustomerController (Cliente) communicates viacep using ws/37200000/json/
/home/AplicacaoVendas/Cliente/src/intercomm/CustomerController (Cliente) communicates Notificacao using /publish/{cpf}/{email}
/home/AplicacaoVendas/Venda/src/com/controller/ProductInterface (Produto) communicates Notificacao using /publish
/home/AplicacaoVendas/Venda/src/com/controller/SaleController (Venda) communicates MsAutenticacao using /api/authenticate