| Interface | Description |
|---|---|
| Action |
Interface all Actions.
|
| MoleculerLifecycle |
| Class | Description |
|---|---|
| ActionEndpoint | |
| DefaultServiceInvoker |
Default service invoker with retry logic.
|
| DefaultServiceRegistry |
Default implementation of the Service Registry.
|
| Endpoint | |
| LocalActionEndpoint | |
| Middleware | |
| MoleculerComponent | |
| PendingPromise |
Promise container of a pending action calls.
|
| RemoteActionEndpoint | |
| Service |
Superclass of Moleculer Services.
|
| ServiceInvoker |
Base superclass of all Service Invoker implementations.
|
| ServiceListener |
Promise container of a "waitingForServices" calls.
|
| ServiceRegistry |
Base superclass of all Service Registry implementations.
|
| Annotation Type | Description |
|---|---|
| Dependencies | |
| Name |
Human readable name of a Moleculer Component (eg.
|
| Version |
Optional version of a Moleculer Service.
|
| Visibility |
The "Visibility" annotation controls the visibility of an Action.
|