Register a schema handler.
The schema, the handler should be registered for.
The handler, that should be registered.
Unregister a schema handler.
The schema, the handler should unregistered from.
The handler, that should be unregistered.
Executes the schema handlers for a passed MeshNode.
The schema, for which the handlers should be executed.
The MeshNode, that should be processed in the handlers.
The MeshRequest.
The MeshResponse
A promise, that will be fulfilled, once all the handlers have been processed and will be rejected if executing a handler fails.
Generated using TypeDoc
Schema handler store. This store keeps the registered schema handlers. Go through the Mesh API to register a schema handler.