Preparing search index...
The search index is not available
api-gateway
api-gateway
modules/customers/customers.client
CustomersClientService
Class CustomersClientService
Implements
OnModuleInit
Index
Constructors
constructor
Methods
get
Customer
on
Module
Init
Constructors
constructor
new
CustomersClientService
(
client
:
ClientGrpc
)
:
CustomersClientService
Parameters
client
:
ClientGrpc
Returns
CustomersClientService
Methods
get
Customer
getCustomer
(
customerId
:
string
,
)
:
Observable
<
{
customerId
:
string
;
email
:
string
;
name
:
string
}
>
Parameters
customerId
:
string
Returns
Observable
<
{
customerId
:
string
;
email
:
string
;
name
:
string
}
>
on
Module
Init
onModuleInit
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Customer
on
Module
Init
api-gateway
Loading...