Configurations
API Gateway constructor options.
1. APIGatewayOptions
APIGatewayOptions type is a kind of container for all the subordinate components' options.
1.1. APIGatewayOwnOptions
Options for the gateway itself rather inner components.
2. ServiceBrokerOptions
Service Broker options are consist of common properties and delegator specific properties. The common properties show below.
2.1. ServiceRegistryOptions
2.2. BatchingPoolOptions
2.3. InlineFunctionOptions
2.4. ReporterOptions
2.5. ServiceBrokerDelegatorConstructorOptions
Specific options for the Service Broker Delegator. Can choose only one among supported delegators. Currently delegator is supported.
2.5.1. MoleculerServiceBrokerDelegatorOptions
delegator can be configured with moleculer broker own options and few extra options like below.
3. SchemaRegistryOptions
Service Registry options are consist of own options for the registry itself and Protocol, Policy, this two type of Plugin constructor options.
3.1. ProtocolPluginConstructorOptions
A ProtocolPlugin handles mapping Public API to calling internal services' procedure, publishing and subscribing event messages.
WIP
3.2. PolicyPluginConstructorOptions
A PolicyPlugin handles access controls (authorization) while calling internal services' procedure, publishing and subscribing event messages.