Creates a plugin that prefixes all event names passed to an event bus adapter.
Every method that accepts an event name will have the given prefix prepended
before the call is forwarded to the underlying adapter. This is useful for
namespacing events when multiple independent consumers share the same
event bus backend.
Creates a plugin that prefixes all event names passed to an event bus adapter.
Every method that accepts an event name will have the given
prefixprepended before the call is forwarded to the underlying adapter. This is useful for namespacing events when multiple independent consumers share the same event bus backend.