Reference Source
public class | source

CrudSvcConsumer

Extends:

js/services/base/routes_svc_consumer.js~RoutesServiceConsumer → CrudSvcConsumer

Service consumer class for CRUD routes.

Constructor Summary

Public Constructor
public

constructor(arg_consumer_name: string, arg_service_instance: Service, arg_context: string): nothing

Create a service consumer for CRUD routes.

Public Constructors

public constructor(arg_consumer_name: string, arg_service_instance: Service, arg_context: string): nothing source

Create a service consumer for CRUD routes.

Params:

NameTypeAttributeDescription
arg_consumer_name string

consumer name

arg_service_instance Service

service instance

arg_context string

logging context label

Return:

nothing