Package io.micronaut.messaging.annotation


package io.micronaut.messaging.annotation
Messaging related annotations.
Since:
1.0
Author:
graemerocher
  • Annotation Interfaces
    Class
    Description
    An annotation that can be applied to method argument to indicate that the method argument is bound from message body.
    An annotation that can be applied to method argument to indicate that the method argument is bound from a message header.
    This lets you declare several headers for a client class and have them always included.
    Generic stereotype annotation that should be applied to other annotations that indicate to Micronaut, which classes are message listeners.
    Generic stereotype annotation that models a mapping of a message listener onto a target destination, whether that be a queue a topic or whatever.
    Generic messaging meta-annotation to indicate a type that is a message producer.
    An annotation that can be applied at the method level to indicate that return value of said method should be sent to given destination.