UNPKG

moleculer-api

Version:

A dynamic API Gateway for MoleculerJS which updates REST endpoints and aggregated GraphQL schema, access control policy for each action calls from metadata of remote services schema without restart or deployment.

6 lines (5 loc) 324 B
export { Report, Reporter } from "./reporter"; export { EventPacket, EventListener } from "./pubsub"; export { ParamsMappingInfo } from "./params"; export { ServiceRegistry, ServiceNode, Service, ServiceAction, ServiceEvent, ServiceStatus } from "./registry"; export { ServiceBroker, ServiceBrokerOptions } from "./broker";