#[EventPattern]Expand description
#[EventPattern("topic")] — marks a method inside an #[EventConsumer]
impl as the handler for one topic. Marker; consumed by #[EventConsumer].
#[EventPattern]#[EventPattern("topic")] — marks a method inside an #[EventConsumer]
impl as the handler for one topic. Marker; consumed by #[EventConsumer].