Skip to main content

Implement a custom event bridge


An example for implementing a own custom event bridge will be available in the next time.
In the meanwile, you can have a look into the @purista/amqpbridge package.

Basically, you need to create a class, which extends the EventBridgeBaseClass.

export class MyBridge extends EventBridgeBaseClass<MyConfig> implements EventBridge
}

You can follow updated on Twitter @purista_jsopen in new window or join the Discord serveropen in new window to get in touch with PURISTA maintainers and other developers.

Last update:
Contributors: Sebastian Wessel