Annotation Interface MessageListener
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,TYPE})
@Bean
@DefaultScope(jakarta.inject.Singleton.class)
public @interface MessageListener
Generic stereotype annotation that should be applied to other annotations that indicate to Micronaut,
which classes are message listeners.
- Since:
- 1.0
- Author:
- Graeme Rocher