Skip to content

Plugins

This example demonstrates how to use plugins in Rabbit Relay to hook into the message lifecycle.

Plugins allow cross-cutting concerns like logging, metrics, and tracing without modifying business logic.

Full example on GitHub:
https://github.com/bitspacerlabs/rabbit-relay/tree/main/examples/04-plugins

Released under the MIT License.