Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DefaultRpcFactory

Creates RPC components by their descriptors.

see

Factory

see

HttpEndpoint

see

HeartbeatRestService

see

StatusRestService

Hierarchy

Index

Constructors

constructor

  • Create a new instance of the factory.

    Returns DefaultRpcFactory

Properties

Static Descriptor

Descriptor: Descriptor = new Descriptor("pip-services", "factory", "rpc", "default", "1.0")

Static HeartbeatServiceDescriptor

HeartbeatServiceDescriptor: any = new Descriptor("pip-services", "heartbeat-service", "http", "*", "1.0")

Static HttpEndpointDescriptor

HttpEndpointDescriptor: Descriptor = new Descriptor("pip-services", "endpoint", "http", "*", "1.0")

Static StatusServiceDescriptor

StatusServiceDescriptor: any = new Descriptor("pip-services", "status-service", "http", "*", "1.0")

Generated using TypeDoc