occurrent icon indicating copy to clipboard operation
occurrent copied to clipboard

Add @Subscription annotation to Spring module

Open johanhaleby opened this issue 5 months ago • 0 comments

E.g.

@Subscription(id="mySubscriptionId", class=MyEvent.class)
public void something(MyEvent) {
  ..
}

See EnableRabbit that loads RabbitListenerConfigurationSelector that loads RabbitBootstrapConfiguration that loads RabbitListenerAnnotationBeanPostProcessor :)

johanhaleby avatar Feb 05 '24 08:02 johanhaleby