📄️ Configuration
Check the LumineerConfig API Reference for more information.
📄️ Services
In this guide we will learn how to make your first services with Lumineer, from bottom up.
📄️ Messages
Messages are defined by the @Message() decorator imported from the core package.
📄️ RPC
RPCs can accept an optional argument and may return a value, depending on the type of the RPC.
📄️ Middlewares
Middleware run right before every call done to handler in our services. It is useful when it is need to send data down to the call pipeline.
📄️ Logging
Page under construction
📄️ Error handling
Lumineer covers most of the common gRPC errors. To make use of the built-in error handler, you can just throw any of the pre-made errors: